https://github.com/provable-things/fabric-api
Provable API for Hyperledger Fabric Chaincodes
https://github.com/provable-things/fabric-api
Last synced: 4 months ago
JSON representation
Provable API for Hyperledger Fabric Chaincodes
- Host: GitHub
- URL: https://github.com/provable-things/fabric-api
- Owner: provable-things
- License: mit
- Created: 2018-08-22T12:25:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T13:43:48.000Z (over 3 years ago)
- Last Synced: 2025-08-15T11:15:58.882Z (10 months ago)
- Language: Go
- Homepage: https://docs.provable.xyz/#fabric
- Size: 12.7 KB
- Stars: 12
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Provable Fabric API [](https://gitter.im/oraclize/fabric-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](http://docs.oraclize.it) [](http://hits.dwyl.io/provable-things/fabric-api) [](https://opensource.org/licenses/mit-license.php)
Thanks to this __Fabric API__, enriching your chaincodes with external data using __Provable__ is very easy!
In Golang it is as simple as importing the __`oraclize/fabric-api`__ that you'll find in this repository.
This will provide your contract with functions like __`OraclizeQuery_sync(...)`__, which make it trivial for you to leverage our oracle technology straight away.
Simply import __Provable__ into your contract like so:
```golang
import (
oraclizeapi "github.com/provable-things/fabric-api"
)
```
Simply install the Provable Connector chaincode on your peer.
To learn more about the Provable Fabric integration, please refer to our __[documentation here](http://docs.oraclize.it/#fabric)__.
***
### :computer: See It In Action!
For working examples of how to integrate the __Provable__ Fabric API into your own chaincodes, head on over to the __[Provable Fabric Examples](https://github.com/provable-things/fabric-examples)__ repository. Here you'll find various examples that use __Provable__ to feed smart-contracts with data from a variety of external sources.
***
### :mega: __Get In Touch!__
If you want to ask us something, or tell us something, there's loads of ways to get in touch:
__❍__ We have a __[Twitter](https://twitter.com/provablethings)__
__❍__ And a __[Gitter](https://gitter.im/oraclize/fabric-api)__
__❍__ Or a __[Website](https://provable.xyz)__
__❍__ Plus a __[Github](https://github.com/provable-things)__