aviralwal / ethereum-examples

Random code examples showing how to use the Oraclize API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here you can find some code examples showing how easy integrating the Oraclize Ethereum API is.

Thanks to our Ethereum API helpers using Oraclize in your Solidity/Serpent code is very easy.

In Solidity it is as simple as inheriting the usingOraclize contract: this will provide you some functions, like oraclize_query, which make it trivial to leverage our technology straight away.

If you are using Serpent just import oraclizeAPI.se and enjoy the same Oraclize helper functions via macros!


More @ docs.oraclize.it

Gitter chan @ Join the chat at https://gitter.im/oraclize/ethereum-api

About

Random code examples showing how to use the Oraclize API


Languages

Language:JavaScript 86.6%Language:Python 13.4%