Smart contracts

Revision as of 12:00, 15 January 2020 by Joshua Henslee (talk | contribs) (Created page with "===Introduction=== A smart contract is a self executing contract where terms of the contract are implemented in code. A common misconception is that Bitcoin is incapable of ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

A smart contract is a self executing contract where terms of the contract are implemented in code. A common misconception is that Bitcoin is incapable of executing smart contracts, paving the way for other blockchains like Ethereum necessary.

Bitcoin Script as originally implement is capable of simple yet powerful smart contracts that can be written, deployed and deferred to the miners on the network for execution.