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
Error parsing JSON for issue command when providing params to describe new asset
JSON RPC API call
"Forbidden" error when connecting to JSON-RPC API
How to pass an array of asset names to listassets API ?
API Command 'Issue' Custom field
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
Multichian API for c++
+1
vote
Are there any libs or API for connection between c++ and multichain? If not what language do you suggest as the best for making an application that is supposed to serve as an interface for multichain.
json
json-rpc
assets
asked
Mar 21, 2016
by
SlobodanMargetic
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
In general you can use any library or technique that works with Bitcoin Core and extend it easily to add support for MultiChain's additional functionality. Here are some relevant links:
http://bitcoin.stackexchange.com/questions/21770/how-to-interact-with-bitcoind-using-c
https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#C
answered
Mar 21, 2016
by
MultiChain
Please
log in
or
register
to add a comment.
...