mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
522 B
Plaintext
22 lines
522 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|