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
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
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.
...