Skip to content

Commit

Permalink
Chaincode example: Marbles02
Browse files Browse the repository at this point in the history
This changeset introduces a new chaincode example marbles02.

marbles02 is a stripped down version of marbles providing
examples of various ledger interaction patterns:
-PutState()
-GetState()
-DelState()
-PartialCompositeKeyQuery() range query
-Creation of key/value 'indexes' for efficient range queries.
-Parameterized rich query (requires CouchDB to execute)
-Ad hoc rich query (requires CouchDB to execute)
-History of key values (coming soon)

Similar to example02, marbles02 is a simple chaincode
that can be use by anybody that wants to try out the fabric.
Unlike example02, marbles02 chaincode data is based on JSON,
enabling chaincode query.

Change-Id: I37b7074f6364ab726ba3ec760fffd2b07a9eb543
Signed-off-by: denyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jan 29, 2017
1 parent 36bbeb6 commit a224965
Showing 1 changed file with 431 additions and 0 deletions.
Loading

0 comments on commit a224965

Please sign in to comment.