Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 786 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 786 Bytes

#Example 02 Chaincode

Description

Store two integers named A and B. Subtract from one and add to the other.


Versions and Supported Platforms

Use the correct version for your Hyperledger network.

  • Example02 v1.0

    • Works with Hyperledger fabric v0.5-developer-preview
    • IBM Bluemix Blockchain Service v0.4.2+
    • HTTP deployment url: http://gopkg.in/ibm-blockchain/example02.v1
  • Example02 v2.0

    • Works with Hyperledger fabric v0.6-developer-preview
    • HTTP deployment url: http://gopkg.in/ibm-blockchain/example02.v2

Not familiar with chaincode yet? Try Learn Chaincode first.