Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 832 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 832 Bytes

Ethereum DApp boilerplate

Opinionated Ethereum DApp boilerplate with my favorite tools for rapid and enjoyable development. Based on react-box.

Tools included:

Usage

  1. Clone repo
  2. truffle develop then migrate
  3. yarn install inside client fold
  4. yarn start
  5. Verify that everything works by going to http://localhost:3000
  6. Delete .git folder and create your own repository
  7. Start hacking 🎉