This project consists of the next modules:
- Solidity contracts inside
contracts
dir - Mocha-ts tests under
test
dir - Preact frontend in
src
- make sure you're running
node >=10
yarn install
yarn compile
- make sure your docker service is running
./start-ganache.sh
orstart-ganache.bat
yarn test
Feel free to open an issue.