Solidity contracts for the FFZZ project
The following packages are required:
- truffle
- ganache-cli
yarn add truffle ganache-cli --global
Install all dependencies:
yarn
Checking the format of the contracts and tests:
yarn fmt
Running the truffle tests:
yarn test