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
Multichain web wallet with Wordpress integration
Permissionless Private Blockchain
Can't connect my laptop to a blockchain
How can I use multichain for my college project "storing medical records on blockchain"?
How can I addnode in diffrent machine which is in entreprise domain to my host sub network blockchain
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 conect my wordpress site to multichain blockchain that I am running?
+1
vote
Hi,
I am a beginner with Multichain. I would like to know how I can connect my wordpress site to the blockchain so that users of the website can send/receive transactions, as well as view the data streams and the blockchain. Thanks for the help.
wordpress
multichain
blockchain
private
asked
Jan 23, 2017
by
abhinavramesh12
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
In terms of viewing the data streams and blockchain, I would recommend starting with the MultiChain Explorer (linked below) which you can easily embed in an iframe inside your website:
https://github.com/MultiChain/multichain-explorer
In terms of sending/receiving transactions, you would need to decide who holds the private keys (you or your users directly) and then build the appropriate application. There is nothing off-the-shelf for this at the moment. The Web Demo we have (linked below) is not designed for multiple users with different keys.
https://github.com/MultiChain/multichain-web-demo
answered
Jan 26, 2017
by
MultiChain
Hi, Thanks for the answer! I will look at developing a custom application for these user roles. I have installed and started the web demo. My web demo is on the same server as my node. I have two nodes that are connected and sending/receiving transactions from each other. Is there any way that I can connect to my server through my wordpress site and run certain queries such as, getwallettransactions, liststreams? I am basically looking to see how the users of my wordpress site can connect to the blockchain without knowing that they are using a blockchain.
Yes, you can write PHP code that runs within WordPress and which communicates with the node. This is exactly what's going on inside the Web Demo, so you can look at that code to see how it works.
Ok great, will look at the web-demo code.
So one cannot use the web demo for a production site?
You're welcome to use it for production if you wish to, but it does not support multiple users each with their own wallets or passwords.
So each user must be connected to their own node in order to use the wallet. Are they able to do transactions with users on other nodes?
Yes, that is the point - a blockchain uses multiple nodes which can transact with each other.
Please
log in
or
register
to add a comment.
...