Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daostack/alchemy-monorepo
https://github.com/daostack/alchemy-monorepo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daostack/alchemy-monorepo
- Owner: daostack
- Created: 2021-02-04T07:33:03.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-23T11:03:52.000Z (over 2 years ago)
- Last Synced: 2024-11-14T11:40:07.299Z (29 days ago)
- Language: TypeScript
- Size: 65 MB
- Stars: 28
- Watchers: 5
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dao - alchemy monorepo
README
![alchemy logo](./assets/logo.png)
# Alchemy Monorepo
This is where DAOstack's smart contracts and UI lives. This repository contains the following packages:
* [Alchemy](./packages/alchemy) the [web application](https://alchemy.daostack.io/)
* [Arc.js](./packages/arc.js) the [Javascript library](https://www.npmjs.com/package/@daostack/arc)
* [Arc](./packages/arc) and [Infra](./packages/infra) the smart contract library
* [Migration](./packages/migration) contains scripts and settings to deploy DAOs
* [Subgraph](./packages/subgraph) contains definitions for our index on the Graph.
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
```