Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/provable-things/fabric-api

Provable API for Hyperledger Fabric Chaincodes
https://github.com/provable-things/fabric-api

Last synced: about 14 hours ago
JSON representation

Provable API for Hyperledger Fabric Chaincodes

Awesome Lists containing this project

README

        

# Provable Fabric API [![Join the chat at https://gitter.im/oraclize/fabric-api](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/oraclize/fabric-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![[email protected]](https://camo.githubusercontent.com/5e89710c6ae9ce0da822eec138ee1a2f08b34453/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d536c6174652d627269676874677265656e2e737667)](http://docs.oraclize.it) [![HitCount](http://hits.dwyl.io/provable-things/fabric-api.svg)](http://hits.dwyl.io/provable-things/fabric-api) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](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)__