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 to decode/tally the vout in the decoded output of sendassettoaddress transactions
Smart contracts in Multichain?
How to implement B2B Data Transfer Application in MultiChain ?
how to write smart contract in multichain?which language it supports for writing smart contract
How can i implement etherium like smartcontract in multichain
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 implement "Smart Contracts" in multichain?
0
votes
Hi,
Please guide me, as to how to create "Smart Contracts" in multichain (with or without Ethereum)?
Regards
Anuj Mehra
smart-contracts
transfer
asset
asked
Jan 25, 2016
by
anuj
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
What a well timed question... (
http://www.ibtimes.co.uk/how-are-banks-actually-going-use-blockchains-smart-contracts-1539789
)
Right now MultiChain does not have a built-in smart contracts layer. But a "smart contract" is just a piece of code that runs on a blockchain, so can you tell us anything more about what you would like your smart contract to actually do?
answered
Jan 25, 2016
by
MultiChain
Show 10 previous comments
So if I understand correctly - the logic operations of the transactions happens off the blockchain, for example on a validation server, and the final result of the validation initiates an action on the blockchain; this can be transferring representation of an asset, or equally just appending new state information. Did I understand that correctly?
Thanks
No, all logic is processed on the blockchain, i.e. calculated by every node. Otherwise someone could post a false outcome.
I have kept my business login outside the blockchain. I am currently using blockchain as persistence layer.
Hi Anuj, that's pretty much what I'm thinking, thanks. As for the blockchain, it can be used for acceptance validation of logic before recording for persistence, no?
Thanks
Can you give an example?
Please
log in
or
register
to add a comment.
...