This app integrates Trueblocks and the Portal Client Samba via SambaWraopper and shows their respective usage.
The app needs Android 15
(because some of its dependencies use Java-APIs that are only available in Androdi 15).
- Enter your account in the top EditText field. An example is provided. Ideally this Address should have very recent transactions and also transactions before block 12Mio.
- Hi the Button
Check address with Trueblocks
and be patient. You should see bloch number / tx Index pairs in the logbox at the bottom. - Use one of these pairs and put it in the second EditText field and search for those transactions. Usually the first try times out and doesn't give a result. Wait a fey seconds and hit the button again. Then you should see the txHash in the Box below.
Queries to Trueblocks take a long time. Especially if the address has no recent transactions. The Bloom filter match is doen in reverse order (newest blocks to oldest blocks).
At the moment only transactions in blocks before 12.799.946 can be found. Also the first tx search usually fails with an internal timeout in Samba and doesn't give a result. Please wait a few seconds and try again.
The trueblocks-kotlin library alllows serching with a local IPFS client. By default an http gateway is used. When you want to use the local IPFS client you need to: