A Node.js Blockchain scafolded with ES6, ESLint, and prettier
# Run the project
npm start
# Run dev (w/ nodemon)
npm run dev
# Run dev (w/ nodemon and chrome inspector)
npm run inspect
# Run build
npm run build
# Check the lint errors
npm run lint
# Fix the lint errors
npm run lint:fix
# Run prettier
npm run format
# Check prettier errors
npm run format:check