decent-labs / weather-oracle-service

oracle service for getting weather data and relaying it to a smart contract
28 stars 9 forks source link

weather-oracle-service

oracle service for getting weather data and relaying it to a smart contract

Install dependencies

Use yarn for that

$ yarn install

Setup Environment

Get yourself a .env file, and update it as you see fit. Make sure your account has ETH to pay gas fees.

$ cp .env.example .env

Start the processes

Start the weather oracle and the event lister with

$ yarn develop