Clovers Network API

January 27, 2019 ยท View on GitHub

Database of clovers built from contract events. API and websockets for keeping the dapp in sync with contracts.

Run

# Install dependencies
npm install

# Start development live-reload server
PORT=8080 npm run dev

# Start production server:
PORT=8080 npm start

Deploy

git push server

License

MIT