Skip to content

Commit b82454c

Browse files
authoredJan 12, 2024
Update README.md
1 parent 7ba2c84 commit b82454c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ just build
2020
```
2121
just deploy contract-a
2222
```
23+
Or snake_case
24+
```
25+
just deploy contract_a
26+
```
2327

2428
## invoke contracts
2529

2630
```bash
2731
just invoke contract-a --help
2832
```
2933

34+
Currently the `.env` file has `SOROBAN_NETWORK=testnet`.
35+
36+
To use local first start the local docker `just network_start`. Then either change `.env`, use `export SOROBAN_NETWORK=local` or prefix your just commands with `SOROBAN_NETWORK=local`. e.g. `SOROBAN_NETWORK=local just deploy contract-a`

0 commit comments

Comments
 (0)
Please sign in to comment.