10 minute presentation of SmartGarden at Chainlink's SmartCon 2023.
SmartGarden: Bringing Autonomy to Ethereum's Infinite Garden: https://smartcon.chain.link/video-on-demand/smartgarden-bringing-autonomy-to-ethereums-infinite-garden
See our showcase page from the ETHGlobal SuperHack hackathon: https://ethglobal.com/showcase/smartgarden-2v74d
We used the Optimism Starter repository as a boilerplate:
We then added:
- Fleek for deployments
- Solidity for the factory and module contracts
- The Graph for a decentralized backend
Change directory to subgraph/
, install packages if needed and run lfg
script:
cd subgraph
npm i && npm run lfg
Note that this needs to have set graph auth --studio
if you really want to deploy the subgraph. Otherwise, you can test compilability via graph codegen && graph build
.