Submit your deployment address to this . We will provide engineering support and prioritize specific infrastructure needs.
Eclipse Testnet
Getting Sepolia ETH Tokens
As a user, you can use Sepolia ETH to explore the Eclipse testnet and dApps deployed on the network. Sepolia ETH is not meant to be traded, and is only used to test applications. Sepolia ETH can be claimed from a number of faucets: Alchemy, QuickNode, and Infura.
Here are instructions on how to claim Sepolia ETH on .
Create an Alchemy account to request Sepolia ETH.
Visit the Alchemy Sepolia faucet and log in with your Alchemy account.
Enter your wallet in the provided box, complete the CAPTCHA verification, and click "Send Me ETH".
Eclipse Devnet
Requesting Devnet Tokens
You can request devnet tokens using this .
To get devnet tokens programmatically, simply run this curl command in the terminal and replace YOUR_SOLANA_VM_ACCOUNT with the address of the wallet that you want to import tokens into.
For generating custom tokens, you can use our frontend.
You can also use the SPL Token CLI directly. You can reference the Solana docs on the , or you can follow the steps below to create a dummy fungible token:
Make sure your Solana CLI is configured to Eclipse Devnet and some tokens. Next, install the SPL token CLI: