Here you can find some code examples showing just how easy it is to integrate the Oraclize Service into your EOS smart-contracts! Thanks to our EOS API using Oraclize in your projects couldn't be more straightforward.
In C++ it is as simple as importing oraclize/eos_api.hpp in your contract like so:
#include "oraclize/eos_api.hpp"
This provisions your contract with the oraclize_query() function (and many others!), which makes it trivial to leverage our technology straight away.
💻 Happy developing!
This is a list of the features you will find amongst the examples, along with a reference to the relevant example:
- Sending simple URL Queries! #1 #2
- Sending calls recursively! #1
- Requesting Android authenticity proofs! #1
- Requesting IPFS storage for the authenticity proofs! #1
- Leveraging JSONPATH parsing helpers! #1
- Using the random datasouce! #1
- Using the computation datasouce! #1 #2
- Using the WolframAlpha datasource! #1
If you need any help working with the examples here, you can get timely support in the Oraclize Gitter channel.