Get the historical balance of any ERC-20 token of any address.
git clone https://github.com/Augustus999/token-balance
Clone the example config (src/config.example.json
) to src/config.json
.
cp src/config.example.json src/config.json
Modify the config in src/config.json
.
First, copy the .env.example
file to .env
.
cp .env.example .env
Finally, add your Alchemy API key to the .env
file.
npm start
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.