Skip to content

cgrade/ERC-20-INDEXER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ERC-20 Indexer

This is a simple react 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

  3. Get your Alchemy API from Alchemy

  4. Create a js file in the project directory called 'apikey.js'

  5. Paste this into the file: `

    const API = "<-- COPY-PASTE YOUR ALCHEMY API KEY HERE -->";
    export default API;
    

    `

  6. Run npm run dev to start the local development server.

About

it query the blockchain and returns all the ERC-20 tokens associated with your address and their respective balance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published