Commit Graph

39 Commits

Author SHA1 Message Date
b7afd54d29 Minor: docs, fix header level in cordapp page. 2016-10-12 12:54:23 +02:00
f1557e687b Add attachement demo and documentation
Add a demo of attachments on transactions as a worked example for others to use, along with documentation
on how to run it, and how it functions.
2016-10-05 14:29:20 +01:00
ec975b0426 Hibernate ORM implementation for states. 2016-10-05 11:40:27 +01:00
3b77de67b6 docs: add docs/source/example-code module, tutorial on the Client RPC API 2016-10-05 10:40:18 +01:00
119f923932 Add documentation for network simulator 2016-09-19 11:57:14 +01:00
47e404f8b0 Remove docs on network visualiser 2016-09-19 11:53:41 +01:00
4d83f1489f Add a client library that provides an RPC mechanism for talking to the Corda node.
The RPC mechanism uses message queues and is essentially conventional except for the fact that it supports marshalling observables. An observable encapsulates a stream of ongoing events, and server-side observables sent to the client are automatically bound to message queues and managed by Artemis.
2016-09-16 10:13:21 +01:00
423aff477a Add a short document that describes things to watch out for when writing Corda app code. 2016-09-07 13:09:39 +02:00
638dfc902a docs
Include database config section for completeness

Incorporate comments from review

Incorporate comments from review
2016-08-31 11:47:25 +01:00
cc2209f7b1 Docsite: add a warning to the index page about the docsite being for master, and update the release process doc to remind the release master to remove it on the branch. 2016-08-30 12:53:34 +02:00
c03d9a2cf7 Review fixes. 2016-08-24 15:33:43 +01:00
9e9f75b932 Added Corda Whitepaper 2016-08-11 13:57:41 +01:00
a5c8df8dab # This is a combination of 2 commits.
# The first commit's message is:

Release notes for M2

# The 2nd commit message will be skipped:

#	Docs: Address release notes review comments, re-arrange the sidebar and mention the new TF code that has been added.
2016-08-01 13:12:39 +02:00
98aac62a42 Add contract catalogue to documentation 2016-07-29 11:59:28 +01:00
1943b3633f Add documentation on contract clauses 2016-07-12 17:47:51 +01:00
dae39bbfc1 docs: Add tutorial on the test DSL 2016-07-11 14:25:27 +01:00
5271882dcd Event scheduling and docs for event scheduling 2016-06-30 08:51:52 +01:00
9cdcaaa606 Add documentation of transaction data types 2016-06-13 17:38:18 +01:00
68824e9d7e Docsite: added a release notes page 2016-05-24 13:27:16 +02:00
6f1e2047dd Docs: add a doc that describes how to link the other tutorials together into a demo. 2016-05-18 19:05:33 +02:00
06cf7a21be Docs: misc markup fixes and adjust an out of date paragraph about oracles. 2016-05-17 19:40:53 +02:00
e38b101970 Merged in release-process-docs (pull request #88)
Add a page that briefly describes the proposed release process.
2016-05-16 15:55:31 +02:00
e77d3a40bd Added docs for the Notary 2016-05-13 16:17:50 +01:00
61605b18e3 Add a page that briefly describes the proposed release process. 2016-05-10 18:44:41 +02:00
20c6be193a Move tutorial.rst to tutorial_contract.rst
Move tutorial.rst to tutorial_contract.rst and rebuild docs
2016-05-09 10:20:40 +01:00
c13b5f247e Add tutorial on building documentation 2016-04-28 17:44:33 +01:00
45e89fe4ad Docsite: add info on how to run the IRS demo and rename the demos section 2016-04-18 19:44:21 +02:00
d08f7905df Regen docsite and link IRS page into it (was previously invisible) 2016-04-18 19:25:41 +02:00
07f925a9f7 Docs: remove roadmap, add a new doc page on oracles. 2016-03-11 13:42:11 +01:00
3db5b234d1 Docs: add link from docsite to api docs 2016-03-08 18:32:13 +01:00
4fd4a348cb Add a section to the docsite about node administration, cover attachment upload/download. 2016-03-04 16:15:32 +01:00
c2a10e8fae Add a page to the docsite about the trading demo. 2016-02-03 16:57:01 +01:00
c16abb2825 Add a coding style guide. 2016-01-27 15:07:46 +00:00
89b1a5648b Docs: regen HTML + reorganise left hand menu a bit. 2015-12-22 15:15:38 +00:00
4198de7ff0 Messaging: add docs on the messaging and protocol state machine systems. 2015-12-14 18:22:21 +01:00
e5a36580da Visualiser: reorganise, make it easier to invoke, document it. 2015-12-03 12:00:49 +00:00
2f7da660c2 Fill out roadmap doc page and state the core hypothesis that the prototype is exploring on the welcome page. 2015-12-01 14:05:08 +00:00
8ea4ac8b15 Rename 'playground' to 'R3 Prototyping' 2015-11-30 17:00:25 +00:00
3dd10714df Introduce documentation of the current prototype with a contract programming tutorial (incomplete), using the Sphinx docs engine.
Actual generated HTML will follow in the next commit.
2015-11-25 18:01:37 +01:00