mirror of
https://github.com/corda/corda.git
synced 2025-02-03 17:50:41 +00:00
Docs: Mention the crowdfunding in the "in the box" page, regen html
This commit is contained in:
parent
eb3c4118ea
commit
f7e04e1078
4
docs/build/html/_sources/inthebox.txt
vendored
4
docs/build/html/_sources/inthebox.txt
vendored
@ -5,8 +5,8 @@ The current prototype consists of a small amount of code that defines:
|
||||
|
||||
* Key data structures
|
||||
* Algorithms that work with them, such as serialising, hashing, signing, and verification of the signatures.
|
||||
* Two smart contracts that implement a notion of a cash claim, and a notion of commercial paper. These are simplified
|
||||
versions of the real things.
|
||||
* Three smart contracts that implement a notion of a cash claim, a basic commercial paper and a crowdfunding contract.
|
||||
These are simplified versions of the real things.
|
||||
* Unit tests that check the algorithms do what is expected, and which verify the behaviour of the smart contracts.
|
||||
* API documentation and tutorials (what you're reading)
|
||||
|
||||
|
5
docs/build/html/inthebox.html
vendored
5
docs/build/html/inthebox.html
vendored
@ -86,6 +86,7 @@
|
||||
<li class="toctree-l1"><a class="reference internal" href="overview.html">Overview</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting-set-up.html">Getting set up</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="visualiser.html">Using the visualiser</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="roadmap.html">Roadmap</a></li>
|
||||
</ul>
|
||||
|
||||
@ -137,8 +138,8 @@
|
||||
<ul class="simple">
|
||||
<li>Key data structures</li>
|
||||
<li>Algorithms that work with them, such as serialising, hashing, signing, and verification of the signatures.</li>
|
||||
<li>Two smart contracts that implement a notion of a cash claim, and a notion of commercial paper. These are simplified
|
||||
versions of the real things.</li>
|
||||
<li>Three smart contracts that implement a notion of a cash claim, a basic commercial paper and a crowdfunding contract.
|
||||
These are simplified versions of the real things.</li>
|
||||
<li>Unit tests that check the algorithms do what is expected, and which verify the behaviour of the smart contracts.</li>
|
||||
<li>API documentation and tutorials (what you’re reading)</li>
|
||||
</ul>
|
||||
|
2
docs/build/html/searchindex.js
vendored
2
docs/build/html/searchindex.js
vendored
File diff suppressed because one or more lines are too long
@ -5,8 +5,8 @@ The current prototype consists of a small amount of code that defines:
|
||||
|
||||
* Key data structures
|
||||
* Algorithms that work with them, such as serialising, hashing, signing, and verification of the signatures.
|
||||
* Two smart contracts that implement a notion of a cash claim, and a notion of commercial paper. These are simplified
|
||||
versions of the real things.
|
||||
* Three smart contracts that implement a notion of a cash claim, a basic commercial paper and a crowdfunding contract.
|
||||
These are simplified versions of the real things.
|
||||
* Unit tests that check the algorithms do what is expected, and which verify the behaviour of the smart contracts.
|
||||
* API documentation and tutorials (what you're reading)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user