Skip to content

eddex/tabulali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

39 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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