Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move faucet information to developers section #57

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/quickstart/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"installing-seid": "Installing Seid",
"tokenfactory-tutorial": "Token Factory Tutorial",
"nft-contract-tutorial": "NFT Contract Tutorial",
"building-a-frontend": "Building a Frontend"
"building-a-frontend": "Building a Frontend",
"getting-testnet-tokens": "Getting Testnet Tokens"
}
21 changes: 21 additions & 0 deletions pages/quickstart/getting-testnet-tokens.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Getting Testnet Sei Tokens

### Faucets

Faucets dispensing small amounts of tokens for development/testing are available on both the public testnet (atlantic-2) and devnet (arctic-1).

These tokens bear no value, however please utilize small amounts when possible, as the supplied amounts are limited and the faucets all Discord-gated (unless specified).

#### Sei Network provided

- [Arctic-1 Devnet](https://arctic-1.app.sei.io/faucet)

- [Atlantic-2 Testnet](https://atlantic-2.app.sei.io/faucet)

#### Third-party

- ['STAKEME' (Arctic-1 Devnet)](https://sei-evm.faucetme.pro/)

- ['NIMA' (Arctic-1 Devnet)](https://sei-faucet.nima.enterprises/) (Github gated)

For additional faucet resources, please refer to our [chain registry](https://github.com/sei-protocol/chain-registry/blob/main/chains.json).
2 changes: 1 addition & 1 deletion pages/quickstart/nft-contract-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before we start, ensure you have:

<Callout type="info">
You can obtain devnet tokens from one of the faucets listed
[here](/getting-tokens/faucets).
[here](/quickstart/getting-testnet-tokens).
</Callout>

## Setting Up Your Project
Expand Down
2 changes: 1 addition & 1 deletion pages/quickstart/tokenfactory-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To create a token on the devnet, ensure you have the following setup:

<Callout type="info">
You can obtain devnet tokens from one of the faucets listed
[here](/getting-tokens/faucets).
[here](/quickstart/getting-testnet-tokens).
</Callout>

## Creating a Denom
Expand Down
18 changes: 0 additions & 18 deletions pages/user-guides/getting-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,4 @@ Bridging is essential for transferring tokens between different blockchains. Thi

For the best bridging experience, visit the [Sei Bridge page](https://app.sei.io/bridge).

### Faucets

Faucets dispensing small amounts of tokens for development/testing are available on both the public testnet (atlantic-2) and devnet (arctic-1).

These tokens bear no value, however please utilize small amounts when possible, as the supplied amounts are limited and the faucets all Discord-gated (unless specified).

#### Sei Network provided

- [Arctic-1 Devnet](arctic-1.app.sei.io/faucet)

- [Atlantic-2 Testnet](atlantic-2.app.sei.io/faucet)

#### Third-party

- ['STAKEME' (Arctic-1 Devnet)](https://sei-evm.faucetme.pro/)

- ['NIMA' (Arctic-1 Devnet)](https://sei-faucet.nima.enterprises/) (Github gated)

For additional faucet resources, please refer to our [chain registry](https://github.com/sei-protocol/chain-registry/blob/main/chains.json).
Loading