Project Link
About
PLANS
I will wait for any feedback to improve this potential platform The next steps in my opinion are:- Publish mobile app (80% done)
- New tab for any tbtc transaction
- Integration with metamask with "profile page" for listing maximum possible operations in your wallets
- More open API for improving other contribution development
- 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
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