This repository contains contracts for PheonixDAO app.
- User can submit proposal
- People can vote over the proposal by staking
- User can earn funding for their proposal
- contracts - (This folder contains the contract for PhoenixDAO)
- test - (This folder contains the test files for unit testing of PhoenixDAO)
$ npm install
$ npx oz compile
$ npm test