Smart-Contract on Public MultiChain

+1 vote
Hello,

I'm trying to build public bitcoin-like Blockchain network using MultiChain.

In some point of my project I want to use smart-contracts. Node A asks from Node B to do some work for him, if the work done by Node B, Node A will pay to Node B.

I saw some suggestions to use assets and streams but I also saw that there is no streams in public chain.

My question is if there is any way to implement that kind of thing using MultiChain or should I look for something else?

Thank you all, have a nice day.
asked Dec 18, 2017 by hidocohen

1 Answer

0 votes
You can certainly use streams in public chains.

For this kind of functionality you should wait for transaction filters, which are coming in the MultiChain 2.0 roadmap but not yet available.

https://www.multichain.com/blog/2017/06/multichain-1-beta-2-roadmap/
answered Dec 18, 2017 by MultiChain
assets based smart contracts
...