KEEP TOOLS
Keep-deposit.com
TBTC deposits Explorer Tool
About

PLANS

I will wait for any feedback to improve this potential platform The next steps in my opinion are:
  1. Publish mobile app (80% done)
  2. New tab for any tbtc transaction
  3. Integration with metamask with "profile page" for listing maximum possible operations in your wallets
  4. More open API for improving other contribution development
  5. Something else that you email me or as an issue on this repo...

INFO

Web, Mobile APP

  • Realtime deposits view
  • Fast and smooth view of deposits cards
  • Copy all needed hashes for next searching
  • Check transaction at etherscan.io
  • Search for any of hashes that belongs to deposit

Backend API

  • HTTP API
  • Get storaged deposits
  • Get in query deposit or transaction you want to know about
  • Configure your own web3 provider
  • Configure your own electrum server
  • Attach https in 2 lines of config
  • Get all known by backend info about token
I will wait for any feedback to improve this potential platform.

GitHub backend: https://github.com/Allive/ETH_Contract_status
GitHub WEB: https://github.com/Allive/ETH_Contract_status_WEB

You can also use open HTTP API for your's projects:
  • For searching about known deposit address (will return only current status and transaction hash)
    [GET] keep-deposit.com/API/depositDetails?depositAddress=xxx 

  • For searching only by transaction hash (will return actual full known info)
    [GET] keep-deposit.com/API/depositDetails?txn=xxxx

  • For a list of prepared deposits information
    [GET] keep-deposit.com/API/depositsInfo

  • optional query argument "qty" will limit last deposits
    [GET] keep-deposit.com/API/depositsInfo?qty=10

  • Get all known by backend info about the token (very similar now)
    [GET] keep-deposit.com/API/tbtcGeneralInfo