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.