Oraclize Ethereum Examples

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.