Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 704 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 704 Bytes

DevzendaoFrontend

DAO frontend for DevZen podcast

How to run on your local machine

  1. Intall project dependencies npm install
  2. Run ganache instance ganache-cli -l 0xfffffffffff -p 8555
  3. Deploy via truffle migrate DevZenDaoFactoryTestable
  4. Set address of the newly deployed DevZenDaoFactoryTestable contract in /src/environments/environment.ts in devZenDaoFactoryAddress.private field
  5. Copy contracts folder from truffle build in DAO-Templates to src/assets/contracts
  6. Run frontend ng serve
  7. Login to MetaMask and connect to custom rpc at http://127.0.0.1:8555