nicola / decentralized-research

:book: My reading list of academic papers and research notes
http://nicola.io
243 stars 26 forks source link

Off-chain smart contracts #18

Open nicola opened 8 years ago

nicola commented 8 years ago

I define Off-chain contracts as contracts whose code is not run by all the miners and state transition is proved by consensus, in this way we can (1) run computation with a lot of data cheaply (2) run computation with high computational time without clogging the network (3) write code that is not bound to a cryptocurrency incentive structure.

Smart contracts that run on data and operations that are timestamped on an auditable and authenticated log (or merkle DAG). How can we prove the consistency of a state transition?

(Background: #14, #4, Shea's simple contracts)

General

Incentive-based

nicola commented 7 years ago

Adding Rational proofs (https://github.com/nicola/decentralized-research/issues/27) in this ^