Skip to content

πŸ”πŸ” Solution to the projects from Week 6 from Alchemy University.

Notifications You must be signed in to change notification settings

pacelliv/token-indexer

Repository files navigation

Week 6 project - Indexeum πŸ‘Ύ

⚑️⚑️ Live Demo

Overview

Indexeum allows you to query any address for its ERC20 and NFT balances on Ethereum using its indexers.

It's my intention to add support for wallets and more EVM-compatible networks.

Quick Start πŸƒβ€β™€οΈπŸƒ

To install the dependencies run:

npm install

Create a .env file and add the following enviroment variables:

VITE_MAINNET_RPC_URL=
VITE_MAINNET_API_KEY=

If you don't have a API key, you can get one for free from Alchemy.

Run the development server:

npm run dev

Open http://localhost:5173 with your browser to see the result.

Build the project:

npm run build
npm run preview

After building the project and launching the local environment, open http://localhost:4173/ on your browser and visit the /erc20-indexer and /nft-indexer pages and start making queries.

Built With πŸ‘·πŸ»β€β™€οΈπŸ‘·πŸ»