We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
For fabcar:
"github.com/hyperledger/fabric/core/chaincode/shim" sc "github.com/hyperledger/fabric/protos/peer"
to
"github.com/hyperledger/fabric-chaincode-go/shim" sc "github.com/hyperledger/fabric-protos-go/peer"
ensure you have go 1.16 or 1.17 installed 3. in fabcar/go directory run go mod init fabric/samples/fabcar/go 4. then run go mod tidy
go mod init fabric/samples/fabcar/go
Sorry, something went wrong.
for fixed-asset and fixed-asset-base
go mod init fabric/api/fixed-asset/go
go mod tidy
go mod vendor
do we include the vendor directory in the commit ?
Hey @davidkel, can I work on this issue?
No branches or pull requests
The text was updated successfully, but these errors were encountered: