How to verify the transactions

+1 vote

Hi,

I have developed an application for asset management on MultiChain. Is there any way to show / verify the transactions like https://etherscan.io/  OR can be develop on my own? Is API commands are available ?

Thanks.

Regards,

Shiva.P

 

 

asked Jan 8, 2018 by shivap17

1 Answer

0 votes
Please take a look at the MultiChain Explorer:

https://github.com/MultiChain/multichain-explorer
answered Jan 8, 2018 by MultiChain
Hi,

I have checked it, the aoolication is on Python and using the sqllite DB, are they storing the data and retrieving  the data from the DB?

 Is it possible that can develop an application on PHP or other language?

Thanks
If you want to write your own Explorer, it can certainly be done in PHP.
...