While using HIVE READER MINI, a friend recently asked me a very practical question:
π How can I find the TXID of a deposit I made to an exchange (such as Binance)?
This made me realize that although HIVE READER already supports viewing wallet records and account activities, it didnβt display the TXID, which can be inconvenient in certain scenarios.
When dealing with exchanges, the TXID (transaction hash) is one of the most critical pieces of information, as it allows the other party to quickly locate your transaction.
So, Iβve added this feature to HIVE READER MINI to make things easier for everyone π
You can now directly view the transaction ID (TXID) in:
This update goes beyond UI enhancements and includes backend optimizations:
Data Model Extension
The Activity interface now includes a new trx_id field to store the transaction hash from the Hive blockchain.
Service Layer Optimization
Updated the getHistory and getWalletHistory methods in hiveService.ts:
π Automatically extracts and stores the TXID for each operation when fetching account history from Hive nodes.
When you click the activity icon to view raw JSON data:
This makes it easy to spot at a glance.
To further improve usability, a quick copy feature has been added:
π Copy Button
A small copy icon is now displayed next to the TXID
β‘ One-Click Copy
Click the icon to instantly copy the TXID to your clipboard
β
Visual Feedback
The icon briefly changes to a checkmark (β) to confirm a successful copy
π Independent State Management
The TXID copy function works independently from the βCopy Full JSONβ button for more precise interaction
With TXID support, you can now:
β
Version: v2.7.8
π https://reader.cutehive.com
We always listen to user feedback, and this update is a direct result of a real-world use case. Weβll continue refining and improving the tool to make it more practical and user-friendly.
Step by step, contributing to the growth of the HIVE ecosystem.