Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Not able to connect to MultiChain Web Demo
How to get the address for grant connect in multichain demo?
unable to connect to web demo
Node shuts down when publishing off-chain data to stream from web-demo
web demo not connecting to 2nd node
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to connect web demo to multichain node
[closed]
+1
vote
i have configured web demo, and multichain node with asset value assigned. But Web demo doesn't show anything(balance,assets etc.) How to configure web demo and multichain nodes(locally on same system) and perform operations in web demo.
closed with the note:
Issue resolved
asked
Apr 6, 2017
by
Abi07
closed
Apr 15, 2017
by
Abi07
Please
log in
or
register
to add a comment.
1 Answer
0
votes
Did you work through the instructions that come with the web demo?
https://github.com/MultiChain/multichain-web-demo/blob/master/README.md
answered
Apr 6, 2017
by
MultiChain
Yes i followed all the given instructions. I have added an asset value to my node but when i run web demo, nothing is displayed.
Please check your web server's error log to see what's causing the problem.
No error found there. I can check my node's balance and assets on console but not on php(web demo).
If nothing at all is displayed when you open the web page where you installed the web demo, and there is no error in your web server's error log file, then this suggests you didn't install the web demo in the right directory.
ya i guess so. I have installed in /var/www/html/ . where should i keep web demo files?
install it at: /var/www/html/
Install latest version of Php and curl
sudo apt-get install php-curl
Thanks, its working now
Please
log in
or
register
to add a comment.
...