Reputation: 115
Is it possible to use corda node-explorer
for cordapps other than cash
? Is there any open source project to visualise what's going on in the blockchain for my cordapp?
Upvotes: 1
Views: 299
Reputation: 51
It is a long back question, but still want to update since someone may need this.
A Beta Release for Node-Explorer was released recently, whose key highlight is:
Node Explorer is able to point to your own CorDapps.
More details in here:
https://github.com/corda/node-explorer/releases
https://www.youtube.com/watch?v=cn2lhS8pjRs
Upvotes: 0
Reputation: 966
Node Explorer currently only works for the cash CorDapp.
I don't know of any other open source projects to visualise activity on Corda.
However, it would make for a great project to extend Node Explorer to include other CorDapps, the source is available here https://github.com/corda/corda/tree/master/tools
Upvotes: 1