Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed address endpoint #5

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This endpoint returns the initial wallets (address and private key hex encoded).
```


### `POST /simulator/:address/set-state`
### `POST /simulator/address/:address/set-state`

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

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

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


## Launching the chainsimulator

Expand Down
Loading