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

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