https://github.com/anders94/usdc-aum
https://github.com/anders94/usdc-aum
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anders94/usdc-aum
- Owner: anders94
- Created: 2021-06-15T19:44:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T17:24:29.000Z (almost 5 years ago)
- Last Synced: 2025-12-06T14:24:25.585Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
usdc-aum
========
Estimates the USDC Assets Under Management by showing the total amount
of USDC minted on each of the live chains. To get an accurate count,
one would need to subtract the reserve accounts which hold USDC that isn't
yet backed by AUM.
## Setup
```
git clone https://github.com/anders94/usdc-aum.git
cd usdc-aum/
npm install
```
## Run
```
node app
```
## Example Output as of 2021-07-03
```
USDC Supply
-----------------------------------------
Ethereum USDC: 24,681,900,738.20
Algorand USDC: 176,105,114.26
Stellar USDC: 11,249,152.85
Solana USDC: 785,000,020.00
Tron USDC: 111,719,980.49
-----------------------------------------
Total USDC supply: 25,765,975,005.80
```