Gorucu is a proof of concept contract + web app that can fetch rainfall data from a chainlink oracle and use this data to auto-invest on certain crops.
This can allow farmers to hedge their harvest income or investors to speculate on rain-dependant farming crop yields with accurate information sourced from oracles.
Preview at: https://cl2021.vercel.app Currently running on Kovan testnet only.
-
Compile and deploy contracts at /contracts folder. Fund the consumer contracts with LINK tokens.
-
Build and run the vue.js app.
$ git clone <this repository>
$ npm i
$ npm run serve