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

feat(iota)!: unordered optional IotaClientCommands::NewAddress arguments #4647

Merged
merged 9 commits into from
Jan 10, 2025
4 changes: 2 additions & 2 deletions crates/iota-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ See the programmable transactions [example](https://github.com/iotaledger/iota/b
1. [Connect to IOTA Devnet](https://docs.iota.org/developer/getting-started/connect).
1. [Make sure you have two addresses with gas](https://docs.iota.org/developer/getting-started/get-address) by using the `new-address` command to create new addresses:
```shell
iota client new-address ed25519
iota client new-address --key-scheme ed25519
```
You must specify the key scheme, one of `ed25519` or `secp256k1` or `secp256r1`.
You can specify the key scheme, one of `ed25519` or `secp256k1` or `secp256r1`.
You can skip this step if you are going to play with a friend. :)
1. [Request IOTA tokens](https://docs.iota.org/developer/getting-started/get-coins) for all addresses that will be used to join the game.

Expand Down
Loading
Loading