In an effort to learn more about building apps on top of Bitcoin Cash and in response to a request on Reddit, I created a new webapp:
http://TrackBitcoin.Cash
Built using Node.js, Express server framework, cookies & BITBOX-sdk, this app allows you to track up to 20 Bitcoin Cash addresses at once. You can enter any address that holds BCH: CashAddr (bitcoincash:), SLP (simpleledger:) or Legacy. It does not currently track any SLP tokens though, only the BCH in those addresses.
Keep an eye on your cold wallet addresses, faucet wallet or your transaction pending confirmation. When building apps, I value the privacy of the consumer so the app doesn't save any addresses you enter in our system or logs and there is no DB for the website.
We simply save an array of addresses in a cookie and store that in your browser so that the next time you visit the website using the same device and browser, your addresses will be there for you. You can clear your list and cookie at any time from the site. The code is open source and can be accessed at: https://github.com/KeepBitcoinFree-org/trackbitcoin.cash
I'm still very much learning Node.js, Express, BITBOX-sdk, etc. so the code is definitely not great yet. I'll work on trying to clean it up and add more functionality down the road, such as the ability to add names to each address, putting more info in a dropdown such as Total amount sent and received, etc. If you have any questions, comments or suggestions about the application or getting started building webapps with Node.js, BITBOX or SLP sdk or bch-js then let me know!
This is a good development towards taking Bitcoin Cash to the next level soonest. This App will definitely boost more confidence in supporters of BCH.