Skip to content

Commit

Permalink
chore: Update README with Contribution Guidelines and Licence details…
Browse files Browse the repository at this point in the history
… (#8)

Closes #7

Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras authored May 14, 2019
1 parent f4404fb commit 8276b47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fabric-sdk-go-ext [![Build Status](https://travis-ci.com/trustbloc/fabric-sdk-go-ext.svg?branch=master)](https://travis-ci.com/trustbloc/fabric-sdk-go-ext)
# fabric-sdk-go-ext [![Build Status](https://travis-ci.com/trustbloc/fabric-sdk-go-ext.svg?branch=master)](https://travis-ci.com/trustbloc/fabric-sdk-go-ext) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/trustbloc/fabric-sdk-go-ext/master/LICENSE)

The project contains the set of extensions that can be used as module substitution with Hyperledger Fabric SDK Go
([fabric-sdk-go](https://github.com/hyperledger/fabric-sdk-go)).
Expand All @@ -13,3 +13,9 @@ To compile the project, please run the following command from root directory
```
$ make build
```

# Contributing
Thank you for your interest in contributing. Please see our [community contribution guidelines](https://github.com/trustbloc/community/blob/master/CONTRIBUTING.md) for more information.

# License
Apache License, Version 2.0 (Apache-2.0). See the [LICENSE](LICENSE) file.

0 comments on commit 8276b47

Please sign in to comment.