Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 590 Bytes

README.MD

File metadata and controls

29 lines (18 loc) · 590 Bytes

Querying the supply of $Mooney

API

  1. /supply/total
  2. /supply/circulating

Deploy

  • set environment variables (dm @Allin for those values)
export MONGO_USER=YOUR_MONGO_USER
export MONGO_PASS=YOUR_MONGO_PASS
export INFURA_URL=YOUR_INFURA_URL
  • start node service(recommend to use pm2)
pm2 start server.js

Reference