Conversation
✅ Deploy Preview for developer-center ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
ines-toupeira
left a comment
There was a problem hiding this comment.
Looks great! Added some clarifications for clarity purposes and to avoid ambiguity
|
|
||
| ## API Reference | ||
|
|
||
| Developers can interact with the faucet programmatically via HTTP requests. This is particularly useful for automated testing pipelines. |
| | Parameter | Type | Required | Description | | ||
| | :--- | :--- | :--- | :--- | | ||
| | `address` | `string` | **Yes** | The recipient's Nimiq address in User-Friendly format (e.g., `NQ...`). | | ||
| | `amount` | `number` | No | The amount of NIM to request. Defaults to `10000`. <br>Max: `110000`. | |
web-client/faucet.md
Outdated
|
|
||
| # Faucet | ||
|
|
||
| The Nimiq Faucet dispenses free NIM for development and testing. |
Member
There was a problem hiding this comment.
Suggested change
| The Nimiq Faucet dispenses free NIM for development and testing. | |
| The Nimiq Faucet provides **testnet NIM only** and is intended for development and testing purposes. |
web-client/faucet.md
Outdated
|
|
||
| ## Interactive Playground | ||
|
|
||
| Use the interface below to instantly request funds to your address. |
Member
There was a problem hiding this comment.
Suggested change
| Use the interface below to instantly request funds to your address. | |
| Paste a **testnet** Nimiq address in the interface below to request funds. |
onmax
commented
Dec 9, 2025
| <header flex="~ items-baseline justify-between gap-8" z-1 f-px-xs py-8 rounded-2 bg-neutral-100 f-text-xs border="b-1 solid neutral-400"> | ||
| <div class="nq-label" flex="~ items-center gap-8"> | ||
| <div i-tabler:droplet text-12 op-70 /> | ||
| <code f-text-2xs>Faucet</code> |
Member
Author
There was a problem hiding this comment.
Suggested change
| <code f-text-2xs>Faucet</code> | |
| <code f-text-2xs>Faucet (Testnet)</code> |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
developer-center-server | 9e0ab33 | Dec 09 2025, 10:26 AM |
ines-toupeira
pushed a commit
that referenced
this pull request
Mar 24, 2026
* feat: add faucet page and playground * fix: apply PR review feedback for testnet clarity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds faucet page with playground functionality