Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 981 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 981 Bytes

citizend monorepo

Audit reports

Development

Prerequisites

  1. Clone the project and install dependencies
git clone git@github.com/subvisual/discoveryDAO
cd discoveryDAO
yarn install
cd packages/contracts
forge install

Contracts

Solidity smart contracts are found in ./packages/contracts

yarn contracts:dev, or yarn dev inside the ./packages/contracts folder boots the local development chain

forge test runs the tests

Web

NextJS web application that serves as the frontend is found in ./packages/web-app

yarn web:dev, or yarn dev inside the ./packages/web-app folder starts the project locally