Skip to content

moonstream-to/fullcount.xyz

Repository files navigation

Fullcount.xyz

This repository contains all code related to the Fullcount.xyz autonomous, web3, baseball game.

Smart contracts

Development

Fullcount uses Foundry to build and test smart contracts.

We use the fullcount CLI to deploy and run operations related to the Fullcount contract.

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Deployment and operations

Please see the README for the Fullcount Python client.

Frontend

Game balance and tuning

The Python client contains utilities that we use to help tune and balance the game across versions.