Testnet4 Faucet

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

Loading faucet...

} @else if (!user) {
To use the faucet, please  login  or
} @else if (error === 'not_available') {
To use the faucet, please
} @else if (error === 'account_limited') {
Your Twitter account does not allow you to access the faucet
} @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.
}