A website to display all the available faucets for obtaining Arbitrum Testnet Tokens across Ethereum Sepolia, Arbitrum Sepolia and Arbitrum Stylus network.
Check out the live demo: Arbitrum Faucet
- Display all faucets for Arbitrum Testnet Tokens.
- Easy navigation and user-friendly interface.
- Integration with multiple networks.
- Optimized for performance and accessibility.
Clone the repository and install the dependencies:
git clone https://github.com/HAPPYS1NGH/Arbitrum-Faucet.git
cd Arbitrum-Faucet
npm install
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.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feat/feature-name-branch
). - Make your changes.
- Commit your changes (
git commit -m 'feat: add some feature'
). - Push to the branch (
git push origin feat/feature-name-branch
). - Open a pull request.
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
},
This project is licensed under the MIT License.