FlopFaucet is a web application designed to distribute free Flopcoin (FLOP) to community members. This faucet serves as an entry point for new users to obtain their initial FLOP tokens and participate in the Flopcoin ecosystem.
- 🌐 User-friendly web interface
- 💧 Automated FLOP token distribution
- ⏱️ Cooldown system to prevent abuse
- 🔒 Secure transaction handling
- 📱 Responsive design for all devices
- Node.js (v14 or higher)
- npm or yarn
- Web3 wallet (e.g., MetaMask)
- Clone the repository:
git clone https://github.com/TechnoVisionDev/FlopFaucet.git
cd FlopFaucet- Install dependencies:
npm install
# or
yarn install- Configure environment variables:
cp .env.example .env
# Edit .env with your configuration- Start the development server:
npm run dev
# or
yarn devCreate a .env file in the root directory with the following variables:
NETWORK_RPC_URL=your_rpc_url
FAUCET_PRIVATE_KEY=your_private_key
FLOP_CONTRACT_ADDRESS=contract_address- Input your Flopcoin wallet address.
- Complete captcha to verify you are a human.
- Click "Request FLOP" to receive coins.
- Wait for the 1 hour cooldown period before requesting again.
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/improvement) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/improvement) - Open a Pull Request
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: @TechnoVisionDev
- Project Link: https://github.com/TechnoVisionDev/FlopFaucet
Made with ❤️ by TechnoVision