Docs: Mention the crowdfunding in the "in the box" page, regen html

This commit is contained in:
Mike Hearn 2015-12-07 20:55:03 +01:00
parent eb3c4118ea
commit f7e04e1078
4 changed files with 8 additions and 7 deletions

View File

@ -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)

View File

@ -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&#8217;re reading)</li>
</ul>

File diff suppressed because one or more lines are too long

View File

@ -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)