No Transaction of Blockchain data on UI

+1 vote
Hi,

I setup the Multichain demo web app on the server my blockchain node is hosted and configured the specific parameters but i am not able to see any transaction details i.e. i created some 3 assets and streams through cli but none of the information is showing up in UI.
asked Dec 6, 2016 by abhijeetj

1 Answer

0 votes
The web demo is not designed to visualize all the activity on a chain, but rather to provide a simple interface for initiating actions on it. You should look at the MultiChain Explorer instead, although it does not yet support streams (we're working on it):

https://github.com/MultiChain/multichain-explorer
answered Dec 6, 2016 by MultiChain
...