mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
50 lines
1.1 KiB
ReStructuredText
50 lines
1.1 KiB
ReStructuredText
Welcome to the R3 prototyping repository!
|
|
=========================================
|
|
|
|
This documentation describes the first prototype of a possible future R3 shared ledger platform.
|
|
|
|
The goal of this prototype is to explore fundamentally better designs for transactions, states and smart contract APIs
|
|
than what presently exists on the market, tailor made for the needs of the financial industry. We are attempting to
|
|
prove or disprove the following hypothesis:
|
|
|
|
*The combination of*
|
|
|
|
* *An upgraded state transition model*
|
|
* *Industry standard, production quality virtual machines and languages*
|
|
* *Limited data propagation*
|
|
* *Conflict resolution without proof of work or blocks*
|
|
|
|
*is sufficiently powerful to justify the creation of a new platform implementation.*
|
|
|
|
|
|
|
|
Read on to learn:
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Overview
|
|
|
|
inthebox
|
|
getting-set-up
|
|
data-model
|
|
messaging
|
|
running-the-trading-demo
|
|
node-administration
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Tutorials
|
|
|
|
tutorial
|
|
protocol-state-machines
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Appendix
|
|
|
|
visualiser
|
|
roadmap
|
|
codestyle
|
|
|