β‘οΈβ‘οΈ Live Demo
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.
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.