yarn start-all- Starts ALL the microservices in different processes. Requires a RabbitMQ instance/connection to function properly.
yarn start-apps- Starts just the web-servers from all the microservices (currently just Commonwealth and Chain-Events)
- This should be enough for most local front-end development
yarn start-rmq- Starts a local RabbitMQ instance using Docker.
- Run this in a separate terminal and pair it with the
yarn start-allcommand to get a fully functional app.
yarn start-redis- make sure to have
REDIS_URL=redis://localhost:6379in your .env file - Starts a local redis instance using Docker, it will start redis on its default port 6379
- make sure to have
yarn load-db [optional-dump-name]- Loads the default
latest.dumpor theoptional-dump-nameinto the database - Only available in the
commonwealthandchain-eventspackages
- Loads the default
forked from hicommonwealth/commonwealth
-
Notifications
You must be signed in to change notification settings - Fork 0
A platform for decentralized communities
License
canvasxyz/commonwealth
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A platform for decentralized communities
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- TypeScript 81.9%
- JavaScript 11.7%
- SCSS 3.4%
- Solidity 2.5%
- Shell 0.4%
- HTML 0.1%