From 9f9791c86f597929f3a99ceaca098121852258ed Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Sat, 10 Feb 2024 19:11:37 +0100 Subject: [PATCH] update README --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index e12caade..ad8e0605 100644 --- a/README.md +++ b/README.md @@ -105,18 +105,8 @@ To know the addresses are deployed on which network. refer [CHAINS.md](docs/CHAI To contribute to this project, fork the project and follow the instructions at [DEV.md](docs/DEV.md) -You can run a local chain and deploy contracts using our docker configuration and tasks: +Running `docker-compose up` it will run a local chain, deploy all the contracts, and populate them with test data. -``` -# Build the docker image with the project deps + anvil -make docker-build - -# run a containerized chain with anvil -make docker-run - -# deploy the contracts to the containerized chain -make docker-deploy-contracts -``` ## Contract Documentation