This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ You're good to go, happy coding! Check out the examples for usage demonstrations
2323### Examples
2424
2525- [ E2E Test] ( test/integration/e2e/end_to_end.go ) : Basic example that uses SDK to query and execute transaction
26- - [ Ledger Query Test] ( test/integration/fab/channel_ledger_test .go ) : Basic example that uses SDK to query a channel's underlying ledger
26+ - [ Ledger Query Test] ( test/integration/sdk/ledger_queries_test .go ) : Basic example that uses SDK to query a channel's underlying ledger
2727- [ Multi Org Test] ( test/integration/orgs/multiple_orgs_test.go ) : An example that has multiple organisations involved in transaction
28- - [ Dynamic Endorser Selection] ( test/integration/sdk/sdk_provider_test.go ) : An example that uses dynamic endorser selection (based on chaincode policy)
28+ - [ Dynamic Endorser Selection] ( test/integration/sdk/sdk_provider_test.go ) : An example that uses dynamic endorser selection (based on chaincode policy)
2929- [ E2E PKCS11 Test] ( test/integration/pkcs11/e2e_test.go ) : E2E Test using a PKCS11 crypto suite and configuration
3030- [ CLI] ( https://github.com/securekey/fabric-examples/tree/master/fabric-cli/ ) : An example CLI for Fabric built with the Go SDK.
3131- More examples needed!
You can’t perform that action at this time.
0 commit comments