Skip to content

Commit

Permalink
Merge pull request #22 from securesecrets/mohd-Readmeupdate
Browse files Browse the repository at this point in the history
Update Readme Dev ENV
  • Loading branch information
FloppyDisck authored Aug 3, 2021
2 parents ace984d + 0426536 commit 6a6dccd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 6a6dccd

Please sign in to comment.