├── LICENSE ├── README.md ├── bolts ├── 01-encryption.md └── 02-wire-protocol.md └── early-drafts ├── onchain.md └── shachain.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyrussell/lightning-rfc-old/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyrussell/lightning-rfc-old/HEAD/README.md -------------------------------------------------------------------------------- /bolts/01-encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyrussell/lightning-rfc-old/HEAD/bolts/01-encryption.md -------------------------------------------------------------------------------- /bolts/02-wire-protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyrussell/lightning-rfc-old/HEAD/bolts/02-wire-protocol.md -------------------------------------------------------------------------------- /early-drafts/onchain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyrussell/lightning-rfc-old/HEAD/early-drafts/onchain.md -------------------------------------------------------------------------------- /early-drafts/shachain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustyrussell/lightning-rfc-old/HEAD/early-drafts/shachain.txt --------------------------------------------------------------------------------