Skip to content

eddex/tabulali

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2022
Dec 28, 2022
Mar 28, 2025
Dec 3, 2022
Dec 3, 2022
Mar 5, 2023
Mar 5, 2023
Mar 5, 2023

Repository files navigation

Tabulali - Cardano wallet aggregator

A simple website to get an aggregated overview of all your Cardano wallets.

πŸ’» Development

Start the app: npm start

Prerequisites

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.

Deploy to GitHib pages

npm run deploy

πŸ“ Roadmap

Short term

  • 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

Long term

  • 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)

πŸ™ Attributions