Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 653 Bytes

More examples from Oraclize: https://github.com/oraclize/ethereum-studio-examples

Oraclize Example App

That's a sample application to demonstrate working with Oraclize in Ethereum Studio.

  • Clone the project to your workspace.
  • Select the project and start a sandbox. It will use Oraclize sandbox plugin with the following params (see ethereum.json):
"plugins": {
  "oraclize": {
    "networkID": 161,
    "loadRealData": true
  }
},
  • Open a dialog of contract Contract and call update() with value 100000000000000000 in advanced parameters.

You will see requests and response in Oraclize Panel and contract logs in Ethereum Console.