Subgraph URL: https://thegraph.com/legacy-explorer/subgraph/scholardao/scholar-dao
Prerequisites: Node plus Yarn and Git
clone/fork the repo:
git clone https://github.com/scholardao/monorepo
install and start your 👷 Hardhat chain:
cd monorepo
yarn install
yarn chain
in a second terminal window, start your 📱 frontend:
cd monorepo
yarn start
in a third terminal window, 🛰 deploy your contract:
cd monorepo
yarn deploy
🔏 Edit your smart contract YourContract.sol
in packages/hardhat/contracts
📝 Edit your frontend App.jsx
in packages/react-app/src
💼 Edit your deployment scripts in packages/hardhat/deploy
📱 Open http://localhost:3000 to see the app
- Deploy eth-address-verifier-cl-ea to a Chainlink node and call it from the smart contracts present here.