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
How do i use the JSON RPC API
How Do I Use the JSON RPC API?
In my multichain explorer, how do I see all the transactions validated by a particular miner address?
How do i configure Multichain native currency to have an initial balance on the root user
I know how to setup a classical relational database. How can I use Multichain to practical do the same?
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 do i reference multichain API from across the web
0
votes
I am trying to build a website that allows users to connect to a blockchain and, on button click, want them to run multichain commands such as sendasset or getbalance. How do I reference the API from a script
asked
Jul 13, 2017
by
abby
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
MultiChain's API uses JSON-RPC over HTTP, so it will work with any server-side scripting language such as PHP, Python or Ruby. You can use raw JSON-RPC calls or else one of the libraries linked from the bottom of this page:
https://www.multichain.com/developers/
answered
Jul 13, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...