/dapp-boilerplate

A boilerplate for Ethereum DApps

Primary LanguageJavaScriptMIT LicenseMIT

A DApp Boilerplate

A starting point for a decentralized app (DApp).

Technologies:

Status

Still a work-in-progress.

TODO:

  • Add notes about Ganache and local blockchain
  • Add test suite / coverage utils.

Up and Running

git clone git@github.com:RickCarlino/dapp-boilerplate.git
cd dapp-boilerplate
npm install
npm start

Design

The boilerplate is designed around my own needs and opinions.