Skip to content

Commit d81f624

Browse files
committed
docs: add Geo Testnet Faucet documentation and sidebar entry
1 parent 9b23218 commit d81f624

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

β€Ždocs/docs/faucet.mdβ€Ž

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Geo Testnet Faucet
3+
description: Request GEO tokens for development and testing on the Geo Testnet.
4+
---
5+
6+
# πŸͺ™ Geo Testnet Faucet
7+
8+
Need some GEO testnet tokens to start building with Hypergraph? Use our public faucet to quickly top-up your wallet.
9+
10+
[**Open the Geo Faucet**](https://faucet.conduit.xyz/geo-test-zc16z3tcvf)
11+
12+
## How it works
13+
14+
1. Switch your wallet/network to **Geo Testnet**.
15+
2. Navigate to the faucet URL above and connect your wallet.
16+
3. Click **Request tokens**. You should receive GEO in a few seconds.
17+
18+
That's it! You can now use the test tokens with any Hypergraph-powered app running on the Geo Testnet.
19+
20+
> Tip: If you run out of test tokens, come back to the faucet and request again (rate-limited to prevent abuse).
21+
22+
---
23+
24+
### Edit on GitHub :bust_in_silhouette:
25+
26+
[✏️ Improve this page](https://github.com/graphprotocol/hypergraph/edit/main/docs/docs/faucet.md)

β€Ždocs/sidebars.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const sidebars = {
1818
// By default, Docusaurus generates a sidebar from the docs folder structure
1919
docs: [
2020
{ type: 'doc', id: 'quickstart', label: 'πŸš€ Quickstart' },
21+
{ type: 'doc', id: 'faucet', label: 'πŸͺ™ Testnet Faucet' },
2122
{ type: 'doc', id: 'key-features', label: '🌟 Key Features' },
2223
{ type: 'doc', id: 'core-concepts', label: '🧠 Core Concepts' },
2324
{ type: 'doc', id: 'api-reference', label: 'πŸ“š API Reference' },

0 commit comments

Comments
Β (0)