Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 856 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 856 Bytes

📒💰 Token Balance

Get the historical balance of any ERC-20 token of any address.

Usage

1. Clone this repository

git clone https://github.com/Augustus999/token-balance

2. Clone config

Clone the example config (src/config.example.json) to src/config.json.

cp src/config.example.json src/config.json

3. Modify config

Modify the config in src/config.json.

4. Add Alchemy API key to .env

First, copy the .env.example file to .env.

cp .env.example .env

Finally, add your Alchemy API key to the .env file.

5. Fetch the addresses

npm start

Disclaimer

This is experimental software and is provided on an "as is" and "as available" basis.

We do not give any warranties, and will not be liable for any loss incurred through any use of this codebase.