This repo includes the contracts used in Funflower land along with a suite of tests.
- make
- solc (brew install solidity)
- nodejs
- docker-compose
Run make
to see full list of commands.
- Open docker (if not already running)
- Start ganache -
docker-compose up eth
make test
FFFTOKEN_CONTRACT=0x47466739ce3ae36fdb7c1a0419a5fdc862c666b2 in rinkeby
Funflower farm uses an off-chain architecture to allow players to store data off-chain without the need to transact on the Blockchain after every action.
Data Storage Contracts that hold the core data in the game
FFFToken.sol
- FFF ERC20 token