Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 516 Bytes

Development

figma link

This project consists of the next modules:

  1. Solidity contracts inside contracts dir
  2. Mocha-ts tests under test dir
  3. Preact frontend in src

Run tests

  • make sure you're running node >=10
  • yarn install
  • yarn compile
  • make sure your docker service is running
  • ./start-ganache.sh or start-ganache.bat
  • yarn test

Contributing

Feel free to open an issue.