Bitcoin smart contract 2.0: Part 2

In the previous article, we generalize Bitcoin smart contracts to include optional off-chain validation part, besides the conventional on-chain part consisting of Bitcoin Script.

Security depends on the specific contract and can usually include properties such as: 1) honest parties who follow the contract/protocol should never lose their money; 2) dishonest parties who deviate must be detected and can optionally be penalized financially.

In each step after 2, each party validates transactions off-chain locally and aborts if validation fails.

…Read the full story