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
In Private Multichain How can we make multiple requests and responses using JSON RPC API's.
Is it possible to make other nodes available only those records which are intended to them?
How to mix multichain with our custom code? example C++ java etc to create an application
How does consensus make it difficult to rewrite existing blocks in Multichain?
How to make multiple Linux users in same server to use multichain-cli
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 make connections with other nodes in Multichain using java??
+1
vote
I am new to Multichain, I am not able to make connection with other nodes using Java..
Can you please explain it clearly??
asked
Aug 29, 2017
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
I'm not sure what you mean by "make connection with other nodes using Java". But in general you would use MultiChain for each node, and then control it via its JSON-RPC API from Java, or any other language of your choice. You might find this (third party) Java API a useful starting point:
https://github.com/SimplyUb/MultiChainJavaAPI
answered
Aug 29, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...