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
Using Bitcoin Script to implement Smart Contract on Multichain
How can i simulate smart contract management using multichain?
Is there a plan of having smart contract in Multichain?
how to write smart contract in multichain?which language it supports for writing smart contract
How to implement smart contract using stream
3,895
questions
4,101
answers
5,170
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
wallet
blockchain
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
connect
nodes
multichaind
multisig
transaction
smart-filters
metadata
private-key
multichain-cli
atomic-exchange
multichain-web-demo
data
web
connection
performance
database
json
storage
blocks
native-currency
demo
bitcoin
private-blockchain
network
fee
smart-contracts
signrawtransaction
wallets
exchange
getnewaddress
rpc
consensus
why not using smart contract in multichain ?
+2
votes
i see that multichain dont use smart contract, why you dont use them (like in ethereum) and what is the alternative in multichain
thank you
asked
Jan 19, 2019
by
ashir
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
MultiChain 2.0 provides Smart Filters, which are a similar technology to smart contracts, in that they allow code to be defined on the blockchain which controls the possible types of blockchain transactions. There's an in-depth explanation and comparison here:
https://www.multichain.com/blog/2018/12/smart-contract-showdown/
answered
Jan 20, 2019
by
MultiChain
thank you very much it is important, but can we define the instusctions to execute in these filter, i mean is the code source editable like in solidity
Smart filters are written in Javascript, there are extensive instructions here:
https://www.multichain.com/developers/smart-filters/
Please
log in
or
register
to add a comment.
...