Testnet4 Faucet

@if (txid) {
Sent! {{ txid }}
} @else if (loading) {

Loading faucet...

} @else if (!user) {
To limit abuse,  authenticate  or
} @else if (error === 'not_available') {
To limit abuse
} @else if (error) { } @if (!loading) {
Amount (sats)
Amount is required
Minimum is {{ amount?.errors?.['min'].min | number }} tSats
Maximum is {{ amount?.errors?.['max'].max | number }} tSats
Address
Address is required
Must be a valid testnet4 address
You cannot use this address
} @if (status?.address) {
If you no longer need your testnet4 coins, please consider sending them back to replenish the faucet.
}