Skip to content

Commit

Permalink
Fix broken and outdated links in README (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Dec 7, 2024
1 parent 656f8f4 commit 77a565b
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,37 @@
# Hyperledger Fabric Go Contract API

[![Build Status](https://dev.azure.com/Hyperledger/Fabric-Contract-API-Go/_apis/build/status/Fabric-Contract-API-Go?branchName=main)](https://dev.azure.com/Hyperledger/Fabric-Contract-API-Go/_build/latest?definitionId=48&branchName=main)
[![](http://godoc.org/github.com/hyperledger/fabric-contract-api-go?status.svg)](http://godoc.org/github.com/hyperledger/fabric-contract-api-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/fabric-contract-api-go/v2)](https://goreportcard.com/report/github.com/hyperledger/fabric-contract-api-go/v2)
[![Scheduled build](https://github.com/hyperledger/fabric-contract-api-go/actions/workflows/schedule.yml/badge.svg)](https://github.com/hyperledger/fabric-contract-api-go/actions/workflows/schedule.yml)

This repository contains the packages for the implementation of the contract API for use in Go chaincode running on Fabric v2.1 or later.

We welcome contributions to the Hyperledger Fabric project in many forms.
There’s always plenty to do! Check the documentation on
[how to contribute][contributing] to this project for the full details.
[how to contribute](https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html) to this project for the full details.

## Community

- [Hyperledger Community](https://www.hyperledger.org/community)
- [Hyperledger mailing lists and archives](http://lists.hyperledger.org/)
- [Hyperledger Chat](http://chat.hyperledger.org/channel/fabric)
- [Hyperledger Fabric Issue Tracking (JIRA)](https://jira.hyperledger.org/secure/Dashboard.jspa?selectPageId=10104)
- [Hyperledger Fabric Wiki](https://wiki.hyperledger.org/display/Fabric)
- [Hyperledger Wiki](https://wiki.hyperledger.org/)
- [Hyperledger Code of Conduct](https://wiki.hyperledger.org/display/HYP/Hyperledger+Code+of+Conduct)
- [Hyperledger mailing lists and archives](https://lists.lfdecentralizedtrust.org/)
- [Hyperledger Chat](https://discord.gg/hyperledger)
- [Hyperledger Fabric Issue Tracking](https://github.com/hyperledger/fabric/issues)
- [LF Distributed Trust Code of Conduct](https://lfdecentralizedtrust.org/code-of-conduct)

## Documentation
Documentation for all packages within this repo can be found [here](http://godoc.org/github.com/hyperledger/fabric-contract-api-go)

## Tutorials
Tutorials for how to create smart contracts using packages in this repo can be found [here](./tutorials)
Documentation for all packages within this repo can be found [here](https://pkg.go.dev/github.com/hyperledger/fabric-contract-api-go/v2).

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)
## Tutorials

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).
Tutorials for how to create smart contracts using packages in this repo can be found [here](./tutorials).

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.

To raise an issue in JIRA press the `create` button at the top of the page, set the project to "Fabric Contract API Go (FABCAG)" and fill in the remainder of the form setting the issue type, providing a summary and giving a description. For bugs it is helpful if the description contains details on how they can be replicated.
Issues for packages in this repository are raised and tracked using [GitHub issues](https://github.com/hyperledger/fabric-contract-api-go/issues). Before raising an issue please check existing issues to avoid duplication.

## License <a name="license"></a>

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.

[contributing]: https://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html
[grpc]: https://grpc.io/docs/guides/
[protobuf]: https://github.com/protocolbuffers/protobuf/
[rocketchat-image]: https://open.rocket.chat/images/join-chat.svg
[rocketchat-url]: https://chat.hyperledger.org/channel/fabric

0 comments on commit 77a565b

Please sign in to comment.