Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.31 KB

alchemy logo

Alchemy Monorepo

This is where DAOstack's smart contracts and UI lives. This repository contains the following packages:

DAOstacks Stack is further documented here: https://www.notion.so/daostack/DAOstack-Documentation-ae5ea274d91e4132a1d48178aa52af06

Usage

To get started, check out this repository and run:

npm 
npm lerna bootstrap

Alchemy Development

Develop with Rinkeby

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

Alchemy Development

Develop with Rinkeby

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