Skip to content

ether-camp/oraclize-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published