File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ available.
6363Interacting with Walrus requires a valid Sui Testnet wallet with some amount of SUI tokens. The
6464normal way to set this up is via the Sui CLI; see the [ installation
6565instructions] ( https://docs.sui.io/guides/developer/getting-started/sui-install ) in the Sui
66- documentation. If you do not want to install the Sui CLI, you can also generate a new Sui wallet for
67- Testnet using ` walrus generate-sui-wallet --network testnet ` .
66+ documentation.
6867
6968After installing the Sui CLI, you need to set up a Testnet wallet by running ` sui client ` , which
7069prompts you to set up a new configuration. Make sure to point it to Sui Testnet, you can use the
Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ for an overview over all Walrus networks.
1515
1616## Prerequisites: Sui wallet, SUI and WAL {#prerequisites}
1717
18- ``` admonish tip title="Quick wallet setup"
19- If you just want to set up a new Sui wallet for Walrus, you can generate one using the
20- `walrus generate-sui-wallet --sui-network mainnet` command after [installing Walrus](#installation).
21- You still need to obtain some SUI and WAL tokens, but you do not have to install the Sui CLI.
22- ```
23-
2418Interacting with Walrus requires a valid Sui wallet with some amount of SUI and WAL tokens. The
2519normal way to set this up is via the Sui CLI; see the [ installation
2620instructions] ( https://docs.sui.io/guides/developer/getting-started/sui-install ) in the Sui
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ contexts:
2929 # active_address: 0x0000000000000000000000000000000000000000000000000000000000000000
3030 rpc_urls :
3131 - https://fullnode.testnet.sui.io:443
32- default_context : mainnet
32+ default_context : testnet
You can’t perform that action at this time.
0 commit comments