Created for the Covalent Bounty. Hackathon: Gitcoin Grants Round 14
This App combines Covalent data with Scaffold-Eth development stack and TradingView charts
Enter an address or ENS. It will load all tokens and balances the address holds.
Once loading is done a check mark will appear on each blockchain that has a positive value. Click on a blockchain to view the total portfolio value over the last 30 days.
Select "All" and it will combine token values across all blockchains. Also you can view muliple blockchain charts.
To view inidividual token historical balance value. Click the chart button under the desired token.
Sign-up for your free Covalent Api Key: Covalent
Clone the repo:
git clone https://github.com/chrontast/MultichainDashboard.git
Install dependencies:
cd MultichainDashboard
yarn install
💼 Add your Api Key in packages/src/views/home
line 130.
Start frontend:
yarn start
📱 Open http://localhost:3000 to see the app