Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 431 Bytes

FIN4OracleEngine

Provides trusted links to sensors, aggregates sensor data and acts as FIN4Xplorer-user to approve claims

Setup

config.json

{
    "Fin4OracleHubAddress": "",
    "INFURA_API_KEY": "",
    "ORACLE_ACCOUNT": {
        "MNEMONIC": "",
        "PRIVATE_KEY": ""
    }
}

Fin4OracleHub.json

The result of running truffle compile on Fin4OracleHub.sol must be copied into this folder.