A crypto wallet powered by Covalent's API.
Supported mainnet chains:
- Ethereum
- Binance Smart Chain
- Matic/Polygon
- Fantom Opera
- Avalanche C-Chain
npm install
You need to create your own .env file and copy the contents of the .env.example.
Access Covalent's API to register your own key and add it as value to the VUE_APP_COVALENT_API_KEY variable.
If you also want to include testnets as part of the network options, change the value of VUE_APP_ENABLE_TESTNETS to true.
npm run serve
npm run build
npm run lint