This dapp uses the Alchemy SDK rigged to Alchemy's Enhanced APIs in order to display all of an address's ERC-20 token balances and owned NFTs.
Created using create-web3-dapp
Install dependencies
npm installFill in the environment definitions needed for this project.
Copy the .env.example file to .env
cp .env.example .envfill ALCHEMY_API_KEY="<Your-Alchemy-SDK-Key>"with your key
npm run devAnd open http://localhost:3000