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
If there are network issues during compilation, you can change the GitHub link#
https://gitee.com/WGB5445/sui.git