mirror of
https://github.com/corda/corda.git
synced 2025-01-20 11:39:09 +00:00
Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'.
This commit is contained in:
parent
10360ae8cf
commit
d0e142c3db
@ -20,7 +20,7 @@ script to find it, as in:
|
|||||||
|
|
||||||
.. sourcecode:: shell
|
.. sourcecode:: shell
|
||||||
|
|
||||||
r3prototyping/lib/dokka.jar
|
corda/lib/dokka.jar
|
||||||
|
|
||||||
Note that to install under OS X El Capitan, you will need to tell pip to install under ``/usr/local``, which can be
|
Note that to install under OS X El Capitan, you will need to tell pip to install under ``/usr/local``, which can be
|
||||||
done by specifying the installation target on the command line:
|
done by specifying the installation target on the command line:
|
||||||
|
@ -2,8 +2,7 @@ Data model
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
This article covers the data model: how *states*, *transactions* and *code contracts* interact with each other and
|
This article covers the data model: how *states*, *transactions* and *code contracts* interact with each other and
|
||||||
how they are represented in software. It doesn't attempt to give detailed design rationales or information on future
|
how they are represented in software.
|
||||||
design elements: please refer to the R3 wiki for background information.
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
@ -72,9 +71,7 @@ a special type of transaction is provided that moves a state (or set of states)
|
|||||||
a mismatch. This is a future planned feature.
|
a mismatch. This is a future planned feature.
|
||||||
|
|
||||||
As the same terminology often crops up in different distributed ledger designs, let's compare this to other
|
As the same terminology often crops up in different distributed ledger designs, let's compare this to other
|
||||||
systems you may be familiar with. You can find more detailed design rationales for why the platform
|
systems you may be familiar with. The key differences are:
|
||||||
differs from existing systems in `the R3 wiki <https://r3-cev.atlassian.net/wiki/display/AWG/Platform+Stream%3A+Corda>`_,
|
|
||||||
but to summarise, the driving factors are:
|
|
||||||
|
|
||||||
* Improved contract flexibility vs Bitcoin
|
* Improved contract flexibility vs Bitcoin
|
||||||
* Improved scalability vs Ethereum, as well as ability to keep parts of the transaction graph private (yet still uniquely addressable)
|
* Improved scalability vs Ethereum, as well as ability to keep parts of the transaction graph private (yet still uniquely addressable)
|
||||||
|
Loading…
Reference in New Issue
Block a user