A web application for minting testnet tokens on the Stellar network for Soroswap development and testing.
Soroswap is a decentralized exchange (DEX) built on the Stellar blockchain using Soroban smart contracts. This faucet provides developers with testnet tokens needed for testing and development.
- Mint testnet tokens directly to your Stellar wallet
- Support for multiple token types (USDC, XLM, XRP, BTC, EURC, and more)
- Simple, user-friendly interface
- Real-time minting status feedback
- USDC - USD Coin
- XTAR - Dogstar
- XRP - Ripple
- BTC - Bitcoin
- EURC - Euro Coin
- AQUA - Aquarius
- ARST - Argentine Peso
- BRL - Brazilian Real
- And more...
- Node.js (v18 or higher recommended)
- npm or yarn
# Clone the repository
git clone <repository-url>
cd faucet
# Install dependencies
npm install# Start the development server
npm run devThe application will be available at http://localhost:5173
# Build the project
npm run build
# Preview the production build
npm run preview- Enter your Stellar wallet address (starting with
G...) - Click the "Mint" button next to the token you want to receive
- Wait for the transaction to complete
- Check your wallet to confirm the tokens were received
- React - UI framework
- TypeScript - Type safety
- Vite - Build tool and development server
- Soroswap API - Backend faucet service
The faucet uses the Soroswap API endpoint:
POST https://api.soroswap.finance/api/faucet?address={walletAddress}&contract={contractAddress}
# Run linter
npm run lint[Add your license here]