- Solana Devnet
- Ethereum Sepolia
Examples repository
We offer a prepared set of examples that you can clone and run to understand how Faraday works and how you can integrate.1. Clone the Examples Repository
2. Change into the faraday-examples directory
3. Install Dependencies
4. Copy the example .env file into place
.env and add your Range API key. If you haven’t got one yet here follow the instructions here.
5. Generate test keys for the examples
This script creates new Ethereum and Solana keypairs for Alice and Bob, saves them in ./keys, and prints their public addresses. These keys are only for local testing and should not be used on mainnet.6. Get Faucet Funds
Ethereum Sepolia ETH and USDC
- Visit the Google Cloud Faucet
- Paste Alice’s Ethereum address and request Sepolia ETH
- Head to the Circle Faucet
- Request Sepolia USDC
Solana Devnet SOL and USDC
- Visit the Solana Faucet
- Request Devnet SOL
- Head to the Circle Faucet
- Request Devnet USDC
What’s Next You now have funded test accounts for Alice on both networks. Let’s see how we can fetch a quote.

