Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 10, 2024
1 parent eff30a7 commit 9f9791c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f9791c

Please sign in to comment.