Skip to content
Code examples showing how to use the Oraclize API on Ethereum
Branch: master
Clone or download
gskapka Merge pull request #51 from oraclize/feat/functions-parameters
feat(ethereum-examples): standardizes fxn parameters
Latest commit 03e4fd5 Apr 3, 2019

README.md

Oraclize Ethereum Examples Join the chat at https://gitter.im/oraclize/ethereum-api Docs@Oraclize.it Contributions Welcome! HitCount

Here you can find some code examples showing just how easy it is to integrate the Oraclize Service into your Ethereum smart-contracts! Thanks to our Ethereum API using Oraclize in your projects couldn't be more straightforward. In Solidity it is as simple as inheriting the usingOraclize contract like so:

    contract YourSmartContract is usingOraclize {
        // … 
    }

This provisions your contract with the oraclize_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 historical reasons 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!

You can’t perform that action at this time.