mutichain web interface

+1 vote
hi, i downloaded the php for web ecplorer and dont know how the web interfface explorer can read the data fro multichain and diplay it in the interface ( tou say that the data is formated) but when we start apach and launch the web interface i can read anything i the blokchain : stream, published data , connected addresses ...) how the interface do that using php
asked Jan 10, 2019 by ashir

2 Answers

0 votes

You can browse the PHP source code to see exactly how everything is done. Pay particular attention to the json_rpc_send() function in the functions.php file.

answered Jan 11, 2019 by MultiChain
but when publishinh in stream i only publish hexadeciam however, in web demo i can publish pdf; image ... does the web demo convert to hexadecimal and uncovert it to pdf for display ???
Yes, exactly.
0 votes
Maybe is concerned to RPC connection parameters ( host , rpc port , username , password) at explorer side , if this is not "paired" with the node the explorer will not show anything .
answered Jan 11, 2019 by davotrade
...