This is a simple react app that uses the Alchemy SDK rigged to Alchemy's Enhanced APIs in order to display all of an address's ERC-20 token balances.
-
Install dependencies by running
npm install
-
Start application by running
npm run dev
-
Get your Alchemy API from Alchemy
-
Create a js file in the project directory called 'apikey.js'
-
Paste this into the file: `
const API = "<-- COPY-PASTE YOUR ALCHEMY API KEY HERE -->"; export default API;
`
-
Run
npm run dev
to start the local development server.