An open API service indexing awesome lists of open source software.

https://github.com/adriangeorgem/erc20-token-indexer

ERC20 token balance application
https://github.com/adriangeorgem/erc20-token-indexer

alchemyapi chakra-ui ens erc20-tokens etherscan react vite

Last synced: 2 months ago
JSON representation

ERC20 token balance application

Awesome Lists containing this project

README

          

# Simple ERC-20 Indexer

This is an skeleton app that uses the Alchemy SDK rigged to Alchemy's Enhanced APIs in order to display all of an address's ERC-20 token balances.

## Set Up

1. Install dependencies by running `npm install`
2. Start application by running `npm run dev`

ERC20 Challenges Completed
Added Wallet integration so that any user that connects their wallet can check their ERC-20 token balance
Progress status
Token balance formatting
Added some styling
Error checking for wrongly formed requests
Grid display

NFTs Challenges Completed
Added Wallet integration so that any user that connects their wallet can check their NFT balance
Progress status
NFT balance formatting
Added some styling
Error checking for wrongly formed requests
Grid display