Front end DApp code for interacting with the smart contracts created in the DApp Sandbox Contracts project.
View Demo · Report Bug · Request Feature
Table of Contents
This project holds the front end DApp code for interacting with the smart contracts created in the DApp Sandbox Contracts project.
-
MetaMask Wallet
MetaMask.io - A crypto wallet & gateway to blockchain apps
-
Node LTS version
Suggestion to manage with Node Version Manager (nvm)
-
Yarn
npm install --global yarn
- Clone the repo
git clone [email protected]:DWC01/dapp-sandbox.git
- Install NPM packages
yarn
- Start React App
yarn start
- Run Tests
yarn test
- Build Production
yarn lint