├── 00-introduction.md ├── 01-high-level-overview.md ├── 02-user-stories.md ├── 02-user-stories ├── gui-negotiation-mockups.png └── gui-swap-mockups.png ├── 03-farcaster-architecture.md ├── 03-farcaster-architecture ├── global-farcaster-architecture.png └── messages-architecture.png ├── 04-protocol-messages.md ├── 05-tasks-and-events.md ├── 06-datum-and-instructions.md ├── 06-datum-and-instructions └── datum-instructions.png ├── 07-cryptographic-setup.md ├── 08-transactions.md ├── 08-transactions ├── accordant-tx-graph.png └── arbitrating-tx-graph.png ├── 09-swap-state.md ├── 10-public-offer.md ├── LICENSE ├── README.md └── formal_spec └── core_protocol.md /00-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/00-introduction.md -------------------------------------------------------------------------------- /01-high-level-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/01-high-level-overview.md -------------------------------------------------------------------------------- /02-user-stories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/02-user-stories.md -------------------------------------------------------------------------------- /02-user-stories/gui-negotiation-mockups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/02-user-stories/gui-negotiation-mockups.png -------------------------------------------------------------------------------- /02-user-stories/gui-swap-mockups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/02-user-stories/gui-swap-mockups.png -------------------------------------------------------------------------------- /03-farcaster-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/03-farcaster-architecture.md -------------------------------------------------------------------------------- /03-farcaster-architecture/global-farcaster-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/03-farcaster-architecture/global-farcaster-architecture.png -------------------------------------------------------------------------------- /03-farcaster-architecture/messages-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/03-farcaster-architecture/messages-architecture.png -------------------------------------------------------------------------------- /04-protocol-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/04-protocol-messages.md -------------------------------------------------------------------------------- /05-tasks-and-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/05-tasks-and-events.md -------------------------------------------------------------------------------- /06-datum-and-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/06-datum-and-instructions.md -------------------------------------------------------------------------------- /06-datum-and-instructions/datum-instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/06-datum-and-instructions/datum-instructions.png -------------------------------------------------------------------------------- /07-cryptographic-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/07-cryptographic-setup.md -------------------------------------------------------------------------------- /08-transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/08-transactions.md -------------------------------------------------------------------------------- /08-transactions/accordant-tx-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/08-transactions/accordant-tx-graph.png -------------------------------------------------------------------------------- /08-transactions/arbitrating-tx-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/08-transactions/arbitrating-tx-graph.png -------------------------------------------------------------------------------- /09-swap-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/09-swap-state.md -------------------------------------------------------------------------------- /10-public-offer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/10-public-offer.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/README.md -------------------------------------------------------------------------------- /formal_spec/core_protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farcaster-project/RFCs/HEAD/formal_spec/core_protocol.md --------------------------------------------------------------------------------