Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.25 KB

ScholarDAO

ScholarDAO is a protocol for decentralized, autonomous publishing of scientific research. The project got into the finalist for ETHGlobal - HackFS. We also won the prize: "Best new subgraph runner up".

Link for our showcase page: https://showcase.ethglobal.com/hackfs2021/scholardao.

The branch that has the latest front-end is frontendcuong.

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

📱 Open http://localhost:3000 to see the app

NOTE