Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 535 Bytes

File metadata and controls

34 lines (23 loc) · 535 Bytes

PhoenixDAO

About:

This repository contains contracts for PheonixDAO app.

Description:

  • User can submit proposal
  • People can vote over the proposal by staking
  • User can earn funding for their proposal

File Structure:

  • contracts - (This folder contains the contract for PhoenixDAO)
  • test - (This folder contains the test files for unit testing of PhoenixDAO)

How to run:

Install Dependencies:

$ npm install 

Compile Contracts:

$ npx oz compile 

Run test file:

$ npm test