Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 278 Bytes

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