Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 356 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 356 Bytes

Clovers Network API

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