Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provable-things/ethereum-examples
Code examples showing how to use the Provable API on Ethereum
https://github.com/provable-things/ethereum-examples
Last synced: about 14 hours ago
JSON representation
Code examples showing how to use the Provable API on Ethereum
- Host: GitHub
- URL: https://github.com/provable-things/ethereum-examples
- Owner: provable-things
- Created: 2015-12-14T15:53:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T08:04:47.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T18:59:43.292Z (over 1 year ago)
- Language: Solidity
- Homepage: https://docs.provable.xyz/#ethereum
- Size: 2.82 MB
- Stars: 449
- Watchers: 21
- Forks: 167
- Open Issues: 130
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## __Provable Ethereum Examples__ [![Join the chat at https://gitter.im/oraclize/ethereum-api](https://badges.gitter.im/Join%21Chat.svg)](https://gitter.im/oraclize/ethereum-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![[email protected]](https://camo.githubusercontent.com/5e89710c6ae9ce0da822eec138ee1a2f08b34453/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d536c6174652d627269676874677265656e2e737667)](http://docs.provable.xyz) [![Contributions Welcome!](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/oraclize/ethereum-examples/issues) [![HitCount](http://hits.dwyl.io/oraclize/ethereum-examples.svg)](http://hits.dwyl.io/oraclize/ethereum-examples)
Here you can find some code examples showing just how __easy__ it is to integrate the __Provable__ Service into your Ethereum smart-contracts! Thanks to our [__Ethereum API__](https://github.com/provable-things/ethereum-api) using __Provable__ in your projects couldn't be more straightforward. In Solidity it is as simple as inheriting the __`usingProvable`__ contract like so:
```
contract YourSmartContract is usingProvable {
// …
}
```This provisions your contract with the __`provable_query()`__ function (and many others!), which makes it trivial to leverage our technology straight away. Head into the __`Solidity`__ directory for more information.
:computer: Happy developing!
***
### __Serpent__
:skull: __CAUTION__: It is highly recommended to avoid using Serpent, especially in production. The examples herein have been left for reasons of posterity but support for it is no longer maintained as Serpent is considered outdated and audits have shown it to be flawed. Use them at your own risk!