how do we implement smart contracts

+1 vote
asked Nov 25, 2016 by anonymous
It's hard to answer this question without understand what you want your smart contract to do?
I was reading a book about decentralized applications where they used Go to write smart contract programs. I am also wondering how these two can be integrated, I would like to believe or hope that Go can somehow interface with MultiChain so as to implement custom smart contracts.

1 Answer

+1 vote
If we define smart contracts as general purpose Turing-complete computation, then MultiChain is not a smart contracting platform. But in many cases we find that, once we know what people want their smart contracts to do, they can do the same thing using straightforward assets and streams. So let us know if/when you have a clear sense of that, and we can continue the conversation.
answered Feb 3, 2017 by MultiChain
...