Chainlink Spring 2022 Hackathon Top Quality Winner
Mycelium -Project Video
Description
Like the fungal filaments that connect and nourish the forest, Mycelium empowers growers with distributed environmental sensing for better harvests.
Getting Started with Ceramic, Oracle Service and the UI
Ceramic
Ceramic Installation:
npm install --global @ceramicnetwork/cli @glazed/cli
Run Ceramic:
ceramic daemon
Mycelium Oracle Services
Mycelium Oracle Services use Ceramic and IPFS for distributed storage.
Run Oracle Services:
cd oracles
node device_oracle.js
Mycelium UI
yarn dev