This is a simple open source tool created to help keep track of bitcoin addresses and their balances in a light application.
- Capable of holding multiple groestlcoin addresses with tags, address and their balances.
- Validating each address with Base58_encoding and new Bech32 format for Segregated Witness.
- Using a grid (like excel) to show the list which makes it easy to add/edit/remove items.
- Import addresses in bulk from file or paste in textbox (seperate by newline).
- Using block explorer API services to update balances (Chainz.CryptoId.Info).
- See the total groestlcoin amount in BTC, USD and user defined local currency.
- USD value can be retreived from Chainz.CryptoId.Info or CoinMarketCap using their API.
Wanna help?
Then review the code and leave your feedback.
Wanna help more?
Donate: FYoKoGrSXGpTavNFVbvW18UYxo6JVbUDDa
Special thanks to Coding Enthusiast for creating the building blocks for this project. It's been a pleasure!