A simple website to get an aggregated overview of all your Cardano wallets.
Start the app: npm start
To fetch data from the public Koios API, a proxy server is needed.
The app tries to connect to localhost:5001
if run locally.
A simple proxy server can be found here: eddex/koios-proxy.
You can configure the proxy url in src/services/KoiosClient.js
, if you use a different proxy server.
npm run deploy
- Add wallets and show total balance
- Show aggregated total balance of all wallets
- User defined name tags for wallets
- Remove wallets
- Show stake pool ticker in wallet and summary of all stake pools
- Store wallet data in local storage and show it on start before updating the data from API
- Show amount of ADA in UTxOs and on reward address
- Epoch progress bar
- Export and import wallet configuration
- Update data periodically/on demand
- Add user settings
- Configure preferred fiat currency
- Show total value (fiat)
- Show ADA price (fiat)
- Setting for average buy price (fiat)
- Show profit/loss (fiat)
- Add wallet by AdaHandle
- Show list of native assets (FT & NFT)
- Setting to enable/disable display of native assets
- Show approximate ADA value of native assets
- Wallet connect button for one click stake delegation (maybe using MeshJS)
- Blockchain data is provided by Koios.rest - a decentralized and elastic RESTful query layer for exploring data on Cardano
- Logo contains an emoji designed by OpenMoji - the open-source emoji and icon project. License: CC BY-SA 4.0
- Using Bootstrap CSS framework with bootswatch Quartz theme.
- Prices are provided by Coingecko
- React GitHub pages deployment based on gitname/react-gh-pages