Skip to content

Repository files navigation

🚰 FlopFaucet

JavaScript CSS License Issues Pull Requests

A web-based faucet for distributing free Flopcoin (FLOP) to the community! 🪙

📝 Description

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.

✨ Features

  • 🌐 User-friendly web interface
  • 💧 Automated FLOP token distribution
  • ⏱️ Cooldown system to prevent abuse
  • 🔒 Secure transaction handling
  • 📱 Responsive design for all devices

🚀 Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Web3 wallet (e.g., MetaMask)

Installation

  1. Clone the repository:
git clone https://github.com/TechnoVisionDev/FlopFaucet.git
cd FlopFaucet
  1. Install dependencies:
npm install
# or
yarn install
  1. Configure environment variables:
cp .env.example .env
# Edit .env with your configuration
  1. Start the development server:
npm run dev
# or
yarn dev

🛠️ Configuration

Create 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

🔧 Usage

  1. Input your Flopcoin wallet address.
  2. Complete captcha to verify you are a human.
  3. Click "Request FLOP" to receive coins.
  4. Wait for the 1 hour cooldown period before requesting again.

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/improvement)
  6. Open a Pull Request

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

📞 Contact


Made with ❤️ by TechnoVision

About

Web faucet for giving out free Flopcoin (FLOP) to the community!

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages