All Projects → provable-things → Ethereum Examples

provable-things / Ethereum Examples

Code examples showing how to use the Provable API on Ethereum

Programming Languages

solidity
1140 projects

Provable Ethereum Examples Join the chat at https://gitter.im/oraclize/ethereum-api Info@Provable.xyz Contributions Welcome! HitCount

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 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.

💻 Happy developing!


Serpent

💀 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].