github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/examples/chaincode/chaintool/example02/chaincode.yaml (about)

     1  
     2  # ----------------------------------
     3  # chaincode example02
     4  # ----------------------------------
     5  #
     6  # Copyright (C) 2016 - Hyperledger
     7  # All rights reserved
     8  #
     9  
    10  Schema:  1
    11  Name:    org.hyperledger.chaincode.example02
    12  Version: 0.1-SNAPSHOT
    13  
    14  Platform:
    15          Name: org.hyperledger.chaincode.golang
    16          Version: 1
    17  
    18  Provides: [self] # 'self' is a keyword that means there should be $name.cci (e.g. org.hyperledger.chaincode.example02.cci)
    19  
    20  
    21  
    22  
    23  
    24  
    25  
    26  
    27  
    28  
    29