- Clone the project.
- Make sure node and npm is installed on your machine. This app was built with
node v10.4.1,npm 6.1.0, andweb3.js 1.0.0-beta.35. - Run
npm installto install required dependencies. - Follow format for
.env.sampleand create a new.envfile. - Run
npm startto start the app at port3000OR runnpm testto test with mocha. - Check your terminal to see the outputs! You can also find in code comments for step-by-step instructions.
