This is a simple faucet for the Solana Devnet, allowing users to request SOL tokens for testing purposes.
To get started with the FinTag Solana Devnet Faucet, follow these steps:
-
Clone the repository:
git clone https://github.com/fintag-io/fintag-sol-faucet.git cd fintag-faucet -
Install the dependencies:
pnpm install
-
Start the server:
pnpm dev
-
Access the faucet:
Open your browser and navigate to
http://localhost:5173to access the faucet.
To request SOL tokens from the faucet, simply enter your Solana wallet address and click the "Request SOL" button. The faucet will send a small amount of SOL to your wallet for testing purposes.
If you'd like to contribute to the FinTag Solana Devnet Faucet, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.