From 6c1d98a7a0e31d377a86381a5a575e1d43106663 Mon Sep 17 00:00:00 2001 From: "M.R.Nasrabadi" Date: Fri, 11 Apr 2025 13:01:24 +0330 Subject: [PATCH] enable CGO on installation of tokensdk --- token-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-sdk/README.md b/token-sdk/README.md index fe5b12fa..f1db77e1 100644 --- a/token-sdk/README.md +++ b/token-sdk/README.md @@ -115,7 +115,7 @@ Validate that the CA is at 1.5.7 by executing `fabric-ca-client version`. Install tokengen. Tokengen is a tool to create the configuration file for the token chaincode (once, when deploying the chaincode). It generates the public parameters that the network participants will use to generate their proofs, and it specifies the public identities of the issuer, auditor and CA for signature validation. ```bash -go install github.com/hyperledger-labs/fabric-token-sdk/cmd/tokengen@v0.3.0 +CGO_ENABLED=1 go install github.com/hyperledger-labs/fabric-token-sdk/cmd/tokengen@v0.3.0 ``` ### Quick start