Multichain-web-demo

+1 vote

I created a test blockchain with 3 nodes. I have successfully executed transactions and streams. 

Now I tried the see all, in web-demo, following this tutorial https://github.com/MultiChain/multichain-web-demo, but I can't see anything.  Why? I did something wrong? 

And to create a stream directly from the interface, do I have create a php page or it's a default function of the web-demo?

This is what I see


 

asked Jan 8, 2018 by bbdt

1 Answer

+1 vote

It looks like there is a problem calling your node from the Web Demo PHP code. You can look in your web server's error_log (assuming you're using Apache) file to see the problem. Most likely, you need to install the curl extension for PHP.

answered Jan 9, 2018 by MultiChain
yes, it was a curl extension!
thank you very much for all your anserwers
...