Appearance
Integrate, deploy, and monitor the Nimiq Faucet. From a 5-minute demo to production.
Boot the compose stack, confirm `/admin` loads, done.
Path [1] plus generate a wallet, fund it, wire the credentials into `.env`, and claim a real testnet tx.
Exercise every feature โ server, admin dashboard, claim UI, 6 examples, 8 SDKs, CLI tools, MCP server, 9 abuse layers.
Framework recipe (Next.js, Vue, Capacitor, React Native, Flutter, Go, plain TS).
TLS, secrets, Helm chart, single-image Docker.
Add a new abuse layer, driver, or SDK.
Anti-fraud posture + trust-connector vision.
Explore the documentation to learn about this project at your own pace.
Admin-maintained IP, address, UID, ASN, or country deny-list with optional expiry.
Always on (managed via admin dashboard)
Per-IP daily claim cap preventing the same IP from claiming too many times.
Always on (FAUCET_RATE_LIMIT_PER_IP_PER_DAY)
Invisible human-presence challenge via Cloudflare's Turnstile API.
FAUCET_TURNSTILE_SITE_KEY
Human verification challenge via the hCaptcha service.
FAUCET_HCAPTCHA_SITE_KEY
Self-hosted SHA-256 client puzzle โ no third-party dependency.
FAUCET_HASHCASH_SECRET
Country, ASN, VPN, Tor, and datacenter detection with pluggable providers.
FAUCET_GEOIP_BACKEND
Browser fingerprint correlation to detect multi-account farming.
FAUCET_FINGERPRINT_ENABLED
Sweeper detection, fresh-address scoring, sibling-faucet analysis.
FAUCET_ONCHAIN_ENABLED
Deterministic rules engine with optional ONNX classifier hook.
FAUCET_AI_ENABLED
@nimiq-faucet/sdk
pnpm add @nimiq-faucet/sdk
@nimiq-faucet/react
pnpm add @nimiq-faucet/react
@nimiq-faucet/vue
pnpm add @nimiq-faucet/vue
nimiq-faucet
pip install nimiq-faucet
sdk-go
go get github.com/PanoramicRum/nimiq-simple-faucet/packages/sdk-go
nimiq_faucet
flutter pub add nimiq_faucet
@nimiq-faucet/capacitor
pnpm add @nimiq-faucet/capacitor
@nimiq-faucet/react-native
pnpm add @nimiq-faucet/react-native
Next.js 14 claim page using @nimiq-faucet/react hooks
Vue 3 claim page using @nimiq-faucet/vue composables
Hybrid mobile app with device fingerprint integration
Dart/Flutter mobile app using nimiq_faucet package
Backend proxy pattern โ server claims on behalf of users
Python backend integration with nimiq-faucet SDK
Health checks, observability & alerting
Live faucet statistics