Skip to content

Commit 5e60930

Browse files
authored
Merge pull request #5 from multiversx/readme-tweaks
docs: fixed address endpoint
2 parents e9e9ecb + dbb0533 commit 5e60930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This endpoint returns the initial wallets (address and private key hex encoded).
8484
```
8585

8686

87-
### `POST /simulator/:address/set-state`
87+
### `POST /simulator/address/:address/set-state`
8888

8989
This endpoint allows you to set the state at a specific address.
9090

@@ -140,6 +140,8 @@ Using the `cmd/chainsimulator` package as root, execute the following commands:
140140
- install go dependencies: `go install`
141141
- build executable: `go build -o chainsimulator`
142142

143+
Note: go version 1.20.* should be used to build the executable. Using version 1.21.* leads to build failures currently.
144+
143145

144146
## Launching the chainsimulator
145147

0 commit comments

Comments
 (0)