Skip to content

Honest99-DAO/phase1

Repository files navigation

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.