-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels