chore(docker-compose): add env scaffolding instructions (#12)

This commit is contained in:
Aaryamann Challani
2024-07-03 12:38:13 +05:30
committed by GitHub
parent 35d2104e3f
commit bf223ed7ff
3 changed files with 46 additions and 2 deletions

View File

@@ -9,3 +9,9 @@ Decentralized MLS PoC using a smart contract for group coordination
1. `Foundry`
2. `make deps`
## Scaffold Environment
1. `make start`: This command will start the docker compose instance, and deploy the smart contract to the local network.
2. `make stop`: This command will stop the docker compose instance.