Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.43 KB

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 👷🏻‍♀️👷🏻