Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 545 Bytes

dapp-boilerplate

A work in progress boilerplate used to build decentralized applications for the web.

Initial Setup

On Mac - Open two terminal windows side by side

Contract Setup

Terminal Window 1

  1. cd ./contract
  2. nvm use
  3. npm install
  4. npm run dev
  5. open http://localhost:8080/ in a browser to begin contract development

Client Setup

Terminal Window 2

  1. cd ./client
  2. nvm use
  3. npm install
  4. CLIENT=my-first-dapp npm run dev

Web3 Starter Kit /docs

Web3 Starter Kit