Skip to content

djrosenbaum/web3-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a boilerplate for quickly building dapps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published