https://github.com/gnosis/gno-circulating-supply
Script to calculate the circulating supply of GNO
https://github.com/gnosis/gno-circulating-supply
Last synced: 3 months ago
JSON representation
Script to calculate the circulating supply of GNO
- Host: GitHub
- URL: https://github.com/gnosis/gno-circulating-supply
- Owner: gnosis
- Created: 2020-12-07T15:36:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T10:58:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T07:29:44.324Z (10 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNO Circulating Supply
## Install
```sh
npm i
# or
yarn
```
## Run
```sh
node index.js
```
### Environment variables (need setup)
* **DEBUG="*"** it will output all debug statements.
* **NODE_URL** complete URL for JSON RPC Ethereum API (including port and apikey)
* **BUCKET_NAME** AWS S3 bucket name
* **AWS_ID**
* **AWS_SECRET**