Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 240 Bytes

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Migrate Smart Contracts

$ truffle migrate --reset

4. Test Smart Contracts

$ truffle test

5. Start Frontend

$ npm start