Cnell

Cnell

sui move basic view command record

Get Test Tokens#

sui client faucet

View Networks and Current Active Network#

sui client envs
╭─────────┬─────────────────────────────────────┬────────╮
│ alias   │ url                                 │ active │
├─────────┼─────────────────────────────────────┼────────┤
│ devnet  │ https://fullnode.devnet.sui.io:443  │        │
│ testnet │ https://fullnode.testnet.sui.io:443 │ *      │
│ mainnet │ https://fullnode.mainnet.sui.io:443 │        │
╰─────────┴─────────────────────────────────────┴────────╯

Add Network#

sui client new-env --alias=testnet --rpc <network>

Switch Network to Testnet#

sui client switch --env testnet

View Current Addresses#

sui client addresses

Switch Wallet#

sui client switch --address <address>

Import Wallet#

sui keytool import "mnemonic" ed25519
https://gitee.com/WGB5445/sui.git
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.