Skip to content

Commit

Permalink
Updated path to sample chaincode built using fabric contract api (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Priyadarshi <shashank9163882019@gmail.com>
Signed-off-by: shashank.p <shashank.p@npci.org.in>
  • Loading branch information
shashank-priyadarshi authored Aug 19, 2023
1 parent 4b473b0 commit 5c0c5f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Documentation for all packages within this repo can be found [here](http://godoc
## Tutorials
Tutorials for how to create smart contracts using packages in this repo can be found [here](./tutorials)

A sample chaincode built using packages from this repo can be found in [fabric-samples](https://github.com/hyperledger/fabric-samples/tree/main/chaincode/fabcar/go)
Some sample chaincodes built using packages from this repo are [simple](https://github.com/hyperledger/fabric-contract-api-go/tree/main/integrationtest/chaincode/simple) and [asset-transfer-basic](https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic/chaincode-go)

Other examples can be found in this project's [integration tests](https://github.com/hyperledger/fabric-contract-api-go/tree/main/integrationtest/chaincode), and in the [fabric-samples repository](https://github.com/hyperledger/fabric-samples).



## Raising issues
Issues for packages in this repository are raised and tracked using [JIRA](https://jira.hyperledger.org) under the project Fabric Contract API Go (FABCAG). You can view the current open issues by visiting [https://jira.hyperledger.org/projects/FABCAG/issues?filter=allopenissues](https://jira.hyperledger.org/projects/FABCAG/issues?filter=allopenissues). Before raising an issue please check existing issues to avoid duplication.
Expand Down

0 comments on commit 5c0c5f6

Please sign in to comment.