Skip to content

How can I get a chaincode_id? #7

@iEricZHENG

Description

@iEricZHENG

Hello, I want to use python to write chaincode, so I found this project, I meet a problem in the process of using, I don't know how to get the chaincode_id.

export CHAINCODE_ID=basic_1.0:f3e2ca5115bba71aa2fd16e35722b420cb29c42594f0fdd6814daedbc2130b80

I tried the peer package command,

peer lifecycle chaincode package basic.tar.gz --path ../asset-transfer-basic/chaincode-python/ --lang python --label basic_1.0

or

peer lifecycle chaincode package basic.tar.gz --path ../asset-transfer-basic/chaincode-python/  --label basic_1.0

but they didn't work. Could you give me some guidance? Thanks for your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions