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
what method we need to call from multichain java api to convert json object to hex format string
multichaind process stops unexpectedly on executing certain api commands.
how to use createrawsendfrom to publish items in multiple streams in a single transaction or API call
Query data with multiple Txid in same API call
Insert meta data when using sendassetfrom rpc api call
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
Call API from JVM Process
+1
vote
What is the best way to call the multichain API commands from a JVM process?
If we had binaries (or source code to compile) we can link to a library and make function calls to Multichain API.
asked
Oct 17, 2015
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
MultiChain is written in C/C++, so I'm not sure that the source code would help in your case. The API is straightforwards JSON-RPC, and you should find that any library designed to work with Bitcoin Core (aka bitcoind) will also work with MultiChain. Please see this question for some suggestions:
http://bitcoin.stackexchange.com/questions/7529/how-to-communicate-between-java-and-bitcoind
answered
Oct 18, 2015
by
MultiChain
Please
log in
or
register
to add a comment.
...