Last active
June 20, 2018 12:57
-
-
Save maraoz/18e1cd9df63c641b320e to your computer and use it in GitHub Desktop.
some smart contracts links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# wiki page | |
https://en.bitcoin.it/wiki/Contract | |
# Nick Szabo essays | |
http://szabo.best.vwh.net/smart_contracts_idea.html | |
http://szabo.best.vwh.net/smart.contracts.html | |
http://szabo.best.vwh.net/micropayments.html | |
# secure multiparty computation in bitcoin | |
https://eprint.iacr.org/2013/784.pdf | |
# Pay-to-contract extension to Bitcoin transactions (DRAFT) | |
https://github.com/oleganza/bitcoin-papers/blob/master/SmartContractsSoftFork.md | |
# CLTV BIP (BIP65) | |
https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki | |
# relative locktime BIP (BIP68) | |
https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki | |
# micropayment channels in python | |
https://github.com/petertodd/checklocktimeverify-demos/blob/master/micropayment-channel.py | |
# CLTV examples using bitcore | |
https://github.com/mruddy/bip65-demos | |
# lightning network paper | |
http://lightning.network/lightning-network-paper-DRAFT-0.5.pdf | |
# great introduction to lightning network by Rusty Russell | |
http://rusty.ozlabs.org/?p=450 | |
http://rusty.ozlabs.org/?p=462 | |
http://rusty.ozlabs.org/?p=467 | |
http://rusty.ozlabs.org/?p=477 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment