https://github.com/consensysmesh/daorectory
https://github.com/consensysmesh/daorectory
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/consensysmesh/daorectory
- Owner: ConsenSysMesh
- Created: 2021-09-17T14:41:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T16:24:52.000Z (over 4 years ago)
- Last Synced: 2023-08-16T23:15:48.427Z (almost 3 years ago)
- Language: TypeScript
- Size: 78.1 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Join D-Space.
Resistance is futile.
Bow down to our Daemon overlord.
To get started:
- (if you don't have node 16) `nvm install 16.9.1`
- `yarn`
- `yarn get-secrets` (uses your aws creds to pull a few common secrets down from S3)
- edit `packages/daemon/.env` and add your own Discord Application ID as `DISCORD_CLIENT_ID` and your own Bot's secret token as `DISCORD_API_TOKEN`
- run `yarn daemon:build-dev` in one terminal to rebuild code on file changes
- run `yarn daemon:run` to run daemon process
- Daemon API is running on port `8081` by default
Getting some representative data generated:
- `yarn daemon:generate-data`
- If you ever want to start over with a clean slate: `yarn daemon:clear-data`