ebk13579 / monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScholarDAO

Subgraph URL: https://thegraph.com/legacy-explorer/subgraph/scholardao/scholar-dao

Workflow: Workflow

πŸ„β€β™‚οΈ Quick Start

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

NOTE

About

License:MIT License


Languages

Language:JavaScript 80.1%Language:Solidity 8.7%Language:TypeScript 5.3%Language:Shell 3.7%Language:Dockerfile 1.0%Language:HTML 0.8%Language:Less 0.4%Language:CSS 0.1%