HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sui client faucet — Interact with the Sui faucet. More information: <https://docs.sui.io/references/cli/client#request-a

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thesuicommandinteractcliwithfaucetsui client faucet

Problem

How to use the sui client faucet command: Interact with the Sui faucet. More information: <https://docs.sui.io/references/cli/client#request-a-sui-coin-from-faucet>.

Solution

sui client faucet — Interact with the Sui faucet. More information: <https://docs.sui.io/references/cli/client#request-a-sui-coin-from-faucet>.

Get a SUI coin from the faucet associated with the active network:
sui client faucet


Get a SUI coin for the address (accepts also an alias):
sui client faucet --address {{address}}


Get a SUI coin from custom faucet:
sui client faucet --url {{custom-faucet-url}}

Code Snippets

Get a SUI coin from the faucet associated with the active network

sui client faucet

Get a SUI coin for the address (accepts also an alias)

sui client faucet --address {{address}}

Get a SUI coin from custom faucet

sui client faucet --url {{custom-faucet-url}}

Context

tldr-pages: common/sui client faucet

Revisions (0)

No revisions yet.