FuelLabs/forc

Faucet integration?

Open

#36 opened on Feb 13, 2023

 (2 comments) (1 reaction) (0 assignees)Rust (0 forks)auto 404
enhancementforc-wallethelp wantedquestion

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Raised by @Braqzen, it would be great to have some sort of faucet for getting test funds on the CLI.

Currently our web faucet uses a captcha as a kind of rate-limit to stop folks programmatically rinsing the faucet. It might be tricky to achieve something as effective on a CLI that cannot be trivially worked around.

At the very least, we should provide a link to the web faucet for the user in the default help output or something along these lines.

Contributor guide