Skip to content

Commit

Permalink
Edited 11oracles.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
nadamsoreilly committed Oct 11, 2018
1 parent ee288f5 commit b507b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11oracles.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ Jason Teutsch of TrueBit recently proposed a new design for a decentralized off-
[[oracle_client_interfaces_in_solidity_sec]]
=== Oracle Client Interfaces in Solidity

<<>> is a Solidity example demonstrating how Oraclize can be used to continuously poll for the ETH/USD price from an API and store the result in a usable manner.
<<using_oraclize_to_update_the_eth_usd>> is a Solidity example demonstrating how Oraclize can be used to continuously poll for the ETH/USD price from an API and store the result in a usable manner.

[[using_oraclize_to_update_the_eth_usd]]
.Using Oraclize to update the ETH/USD exchange rate from an external source
====
[souce,solidity]
[source,solidity]
----
/*
ETH/USD price ticker leveraging CryptoCompare API
Expand Down

0 comments on commit b507b65

Please sign in to comment.