HAPPYS1NGH / Arbitrum-Faucet

A website to display all the faucets available to get Arbitrum Testnet Tokens across each network.

Home Page:https://arbitrum.faucet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbitrum Faucet πŸŒ‰πŸ’§

Next.js JavaScript Web3 Vercel

A website to display all the available faucets for obtaining Arbitrum Testnet Tokens across Ethereum Sepolia, Arbitrum Sepolia and Arbitrum Stylus network.

πŸš€ Demo

Check out the live demo: Arbitrum Faucet

πŸ“š Table of Contents

✨ Features

  • Display all faucets for Arbitrum Testnet Tokens.
  • Easy navigation and user-friendly interface.
  • Integration with multiple networks.
  • Optimized for performance and accessibility.

πŸ› οΈ Installation

Clone the repository and install the dependencies:

git clone https://github.com/HAPPYS1NGH/Arbitrum-Faucet.git
cd Arbitrum-Faucet
npm install

πŸš€ Usage

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

🧩 Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feat/feature-name-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'feat: add some feature').
  5. Push to the branch (git push origin feat/feature-name-branch).
  6. Open a pull request.

βž• Adding Faucets

To add a new faucet, modify the constants/index.js file with the following format:

{
  name: "FaucetName",
  link: "faucetlink",
  maxAmount: "0.05", // Copy same if not applicable
  minAmount: "0.05", // Copy same if not applicable
  recover: "24 Hours",
  dailySupply: "None",
  required: "Requirement Needed",
  image: "faucets/{faucetname.svg}}",
  address: "0x12..", // Wallet which drips the tokens
},

πŸ“œ License

This project is licensed under the MIT License.

About

A website to display all the faucets available to get Arbitrum Testnet Tokens across each network.

https://arbitrum.faucet.dev


Languages

Language:JavaScript 99.7%Language:CSS 0.3%