Skip to content

A React app that allows you to Index all of an address's ERC-20 token balances using Alchemy's Enhanced APIs

Notifications You must be signed in to change notification settings

igdev0/simple-erc20-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ERC-20 Indexer

This is a demo app built during the time I learned Ethereum at Alchemy University.

Set Up

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

Demo

demo.gif

Challenges

  1. Add Wallet integration so that any user that connects their wallet can check their ERC-20 token balance ✅
  2. There is no indication of a request in progress... that's bad UX! Do you think you can add some sort of indication of loading? ✅
  3. Add some styling! 🎨 ✅
  4. The token balances can sometimes be a little long and break the outline of the page... can you fix that? 🔧 ✅
  5. There is no error-checking for wrongly formed requests, or really any error checking of any kind... can you add some in? ✅
  6. The images and grid display could look better... anything you can do about that? ✅
  7. There are ways to make this app faster... can you implement some of them? How can the query be made even quicker? ⏰
  8. Can you add ENS support for inputs? ✅

About

A React app that allows you to Index all of an address's ERC-20 token balances using Alchemy's Enhanced APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •