willingmaster / ethereum-examples

Ethereum Code to use the Provable API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Provable Ethereum

    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.

💻 Happy developing!


Serpent

💀 CAUTION: It is highly recommended to avoid using Serpent, especially in production. The examples herein have been left for reasons of posterity but support for it is no longer maintained as Serpent is considered outdated and audits have shown it to be flawed. Use them at your own risk!

About

Ethereum Code to use the Provable API


Languages

Language:Solidity 91.0%Language:JavaScript 8.3%Language:Python 0.5%Language:Dockerfile 0.2%Language:Shell 0.0%