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
Extra string in transfer
First thing Am not getting any response because publish command is not taking my total hex string
Hex String
Github transaction filter example: Approve Asset Transfer, I'm not able to understand this code?
how to transfer image file from one node to other?
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
string transfer
+1
vote
I followed this simple video
https://vimeo.com/146877321
to build a multichain.
What should I do to transfer strings (for example Hello world!) instead of numbers?
multichain
asked
Jan 4, 2018
by
bbdt
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
You should use the streams functionality for this. A string can be represented in its hexadecimal binary form using an encoding of your choice. Or you can use MultiChain 2.0 alpha 1 which supports strings natively:
https://www.multichain.com/blog/2016/09/introducing-multichain-streams/
https://www.multichain.com/developers/multichain-2-0-preview-releases/
answered
Jan 5, 2018
by
MultiChain
selected
Jan 7, 2018
by
bbdt
error parsing JSON
Please
log in
or
register
to add a comment.
...