-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local dev env setup #2923
Local dev env setup #2923
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@gravityblast should we add the nice Summary above to the I updated it. |
🥷 Code experts: no user but you matched threshold 10 gravityblast, bhargavaparoksham have most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
This PR is 88.62973760932945% new code. |
Summary
This PR adds a full local development environment setup allowing local testing with all the services running on
docker-compose
and scripts to populate the environment with test data.With docker compose we run:
piña
: a local dev only IPFS implementation with the Pinata API endpoint to pin files (https://github.com/gitcoinco/pina).313371
and313372
The
scripts/dev
script contains commands to:Commands
./scripts/dev start
: starts all the services withdocker-compose
in detached mode and follow logs../scripts/dev stop
: stops the services../scripts/dev setup
: calls the subcommands to deploy and populate Allo V1 and V2 in the 2 local chains.Additional work