Skip to content

jacderida/ant-circulating-supply

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANT Circulating Supply

API endpoint to get the circulating supply of the ANT token.

Getting started:

Clone the repo:

git clone https://github.com/lajosdeme/ant-circulating-supply.git

Build with docker:

cd ant-circulating-supply

# This will use public Arbitrum One RPC by default
mv .env.example .env

# This will build with Docker and start the container on port 3000 of the host
make run

# If need to run on a custom port pass in port number:
make run PORT=8080

Test:

curl -X 'GET' 'http://localhost:3000/'
# {"circulating_supply":107335280.64517497}

About

API endpoint to get ANT token circulating supply

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.8%
  • Dockerfile 3.7%
  • Makefile 3.5%