https://github.com/provable-things/eos-api
Provable API for EOS contracts
https://github.com/provable-things/eos-api
Last synced: 8 months ago
JSON representation
Provable API for EOS contracts
- Host: GitHub
- URL: https://github.com/provable-things/eos-api
- Owner: provable-things
- Created: 2018-08-09T23:05:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T21:47:37.000Z (about 4 years ago)
- Last Synced: 2023-03-04T01:29:28.480Z (over 3 years ago)
- Language: C++
- Homepage: https://docs.provable.xyz/#eos
- Size: 2.38 MB
- Stars: 30
- Watchers: 11
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Provable EOS API [](https://gitter.im/provable-things/eos-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](http://docs.provable.xyz) [](http://hits.dwyl.io/provable-things/eos-api) [](https://opensource.org/licenses/mit-license.php)
Thanks to this __EOS API__, enriching your smart-contracts with external data using __Provable__ is very easy!
In C++ it is as simple as including the __`eos_api.hpp`__ library that you'll find in this repository.
This will provide your contract with functions like __`provable_query(...)`__, which make it trivial for you to leverage our oracle technology straight away.
Simply import __Provable__ into your contract like so:
```c++
#include "provable/eos_api.hpp"
```
To learn more about the Provable technology, please refer to our __[documentation here](https://docs.provable.xyz)__.
***
### Network Availability
The `eos_api.hpp` library in currently available on:
__❍__ EOS Mainnet
__❍__ EOS Jungle 3 Testnet
__❍__ EOS Kylin Testnet
***
### CDT Compatiiblity
The `eos_api.hpp` library in the master branch is compatible with the EOSIO CDT 1.7.
The Provable API compatible with the CDT 1.6 and 1.4 can be found in corresponding branches.
***
### :computer: See It In Action!
For working examples of how to integrate the __Provable__ EOS API into your own smart-contracts, head on over to the __[Provable EOS Examples](https://github.com/provable-things/eos-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/provable-things/eos-api)__
__❍__ Or a __[Website](https://provable.xyz)__
__❍__ Plus a __[Github](https://github.com/provable-things)__