This repository contains all code related to the Fullcount.xyz autonomous, web3, baseball game.
Fullcount uses Foundry to build and test smart contracts.
We use the fullcount
CLI to deploy and run operations related to the Fullcount
contract.
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
Please see the README for the Fullcount Python client.
The Python client contains utilities that we use to help tune and balance the game across versions.