Features:
Requirements:
# Install web app dependencies
npm install
# Start web app development server
npm run dev
# Build web app for production
npm run dev
# Compile smart contracts
npm run contracts:build
# Test smart contracts
npm run contracts:test