From the root of the project, navigate to web, install dependencies, and run the local development server.
cd web
pnpm iAdd environment variable.
cp .env.example .envOpen the .env file in a code editor and replace YOUR_URL_HERE with your Quicknode Ethereum HTTPS URL.
Start your local server.
pnpm devYour app will be serving on localhost:3000
From the root of the project, navigate to mobile, install dependencies, and run the local development server.
cd mobile
npm i
npm start- Ethereum
| Status | Feature | Route | Method | Documentation |
|---|---|---|---|---|
| ✅ | See token balances | /balance |
getWalletTokenBalance |
qn_getWalletTokenBalance |
| ✅ | See NFTs grouped by collection | /collections |
fetchNFTsByCollection |
qn_fetchNFTsByCollection |
| ✅ | NFT detail page with metadata and traits on Etherscan | /details |
fetchNFTCollectionDetails |
qn_fetchNFTCollectionDetails |