Hal is an app built w/ Next.js dedicated to help ethereum users gain an analytics insights onto their portfolio. The app leverages Web3.0 technology to connect with your MetaMask wallet safely (the app will support more wallet providers soon).
The first version of the app was built during the ETH Global HackMoney 2021 Hackathon, by a team of DeFi enthusiasts
At alpha stage, you'll need a Covalent API key in a .env.local file.
- Create a
.env.localat root level - Insert
COVALENT_API_KEY=YOUR_API_KEY
Then you can run the app in dev mode with the following
nextoryarn devif you don't have Next.js CLI installed