Provable Ethereum Examples
Here you can find some code examples showing just how easy it is to integrate the Provable Service into your Ethereum smart-contracts! Thanks to our Ethereum API using Provable in your projects couldn't be more straightforward. In Solidity it is as simple as inheriting the usingProvable
contract like so:
contract YourSmartContract is usingProvable {
// β¦
}
This provisions your contract with the provable_query()
function (and many others!), which makes it trivial to leverage our technology straight away. Head into the Solidity
directory for more information.