holic / web3-scaffold

Quickly get up and running on web3
148 stars 19 forks source link

Quick start for README #64

Open paradigmeng420 opened 2 years ago

paradigmeng420 commented 2 years ago

Super sorry for the beginners question, but is there a quick start for installing all parts of the repo? Something like Install packages

pnpm install

Installing and Deploying contracts

cd packages/contracts
yarn compile

Install and deploy subgraph

cd packages/subgraph
yarn build
yarn deploy:goerli

Install and deploy frontend

cd packages/app
npm run dev
paradigmeng420 commented 2 years ago

Oh wait, can this just be simplified into

pnpm install
pnpm dev