Such as every Tendermint dapp has its own transaction structures, it would be handy to have some sort of customizable explorer for dapp transactions.
So far I have checked Cosmos’ both Explorer and Voyager. Explorer doesn’t have a page for transactions at all, while Voyager has tx pages, they still need to be updated to reflect dapp specific payload of transactions.
Right now I think the best way is to take Cosmos Explorer or Voyager and extend it with such pages (views):
Voyager will show all transactions on one page, filterable by type. We will add more transactions to display over time.
We will add transaction details (page or inline). But this is currently not a priority.
@FaboWeb, I launched Voyager, but it’s trying to connect to the previous test network: gaia-7005. So I cannot check a transactions page on Voyager.
Do you mean Cosmos Explorer here?
And btw, what about some code to share between Cosmos Voyager and Cosmos Explorer? Now, these two apps are being developing separately, but they definitely have some pages in common, like Transactions page.