/aw-crapp-drizzle

A fork of aw-crapp (a React starter-kit), integrated with Drizzle, a Reactive Ethereum datastore for dapp UIs. This project was bootstrapped with Create React App.

Primary LanguageJavaScript

aw-crapp-drizzle

A fork of aw-crapp (a React starter-kit), integrated with Drizzle, a Reactive Ethereum datastore for dapp UIs.

This project was bootstrapped with Create React App.


Setup

  • Rename .env.sample to .env
  • ganache-cli -b 3
  • Open a new terminal window
  • yarn install
  • truffle compile
  • truffle migrate
  • yarn start