This is where DAOstack's smart contracts and UI lives. This repository contains the following packages:
- Alchemy the web application
- Arc.js the Javascript library
- Arc and Infra the smart contract library
- Migration contains scripts and settings to deploy DAOs
- Subgraph contains definitions for our index on the Graph.
DAOstacks Stack is further documented here: https://www.notion.so/daostack/DAOstack-Documentation-ae5ea274d91e4132a1d48178aa52af06
To get started, check out this repository and run:
npm
npm lerna bootstrap
To start a local server:
cd packages/alchemy && npm run start-staging
If you make changes in arc.js, the typescript files need to be recompiled:
cd packages/arc.js && npm run build:watch
To start a local server:
cd packages/alchemy && npm run start-staging
If you make changes in arc.js, the typescript files need to be recompiled:
cd packages/arc.js && npm run build:watch