diff --git a/README.md b/README.md index 6ee7533f3..37d618acd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,23 @@ ## Development +## Development Environment +Instlal docker for local envirnment + +Source from [testner](https://build.scrt.network/dev/quickstart.html#setup-the-local-developer-testnet) + +``` +docker run -it --rm -p 26657:26657 -p 26656:26656 -p 1337:1337 -v $(pwd):/root/code --name secretdev enigmampc/secret-network-sw-dev + +docker exec -it secretdev /bin/bash + +``` +#### Testing the environment +Inside the container: +``` +run python3 contract_tester.py +``` + ### Environment Setup - Rust v1.44.1+