The GAMA Coin Faucet is a web-based application designed to allow users to easily receive small amounts of GAMA Coin for free. It aims to promote the adoption of GAMA Coin within the community by providing a simple way for users to acquire tokens without needing to purchase them.
Live Faucet Link: faucet.gamacoin.ai
- Instant GAMA Coin Distribution: Users can claim small amounts of GAMA Coin at regular intervals.
- Secure and Reliable: The faucet utilizes a smart contract deployed on the XDC Network to automate the distribution process, ensuring security and transparency.
- User-Friendly Interface: The front-end is designed for ease of use, allowing anyone to claim tokens with minimal effort.
- Rate Limiting: To prevent abuse, the faucet enforces limits on how often users can claim tokens.
- Connect Wallet: Users connect their XDC-compatible wallet (e.g., Metamask) to the faucet.
- Claim GAMA Coin: After connecting, users can request a small amount of GAMA Coin, which will be transferred directly to their wallet.
- Wait for the Next Claim: Once a claim is made, the faucet enforces a waiting period before the user can claim again.
The faucet is backed by a smart contract that handles token distribution and enforces claim limits. This ensures a secure, transparent, and immutable process for users.
To run the GAMA Coin Faucet locally, follow these steps:
-
Clone the repository:
git clone https://github.com/GAMA-Coin/Faucet.git
-
Navigate to the project directory:
cd Faucet -
Install the required dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and visit
http://localhost:3000to access the faucet.
Contributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes and commit them (
git commit -m "Add new feature"). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.