Skip to content

SyedAsadKazmi/Testnet-Tokens-Distributor

Repository files navigation

Testnet Tokens Distributor

This app is designed to simplify the process for developers conducting Web3 workshops, especially when encouraging participants to code along. Participants often face issues receiving testnet funds from online faucets.

To address this, workshop developers can create a Google Spreadsheet with a column labeled "WALLET ADDRESS" (case-insensitive) and ask participants to enter their wallet addresses.

Developers can then download the spreadsheet in either .xlsx or .csv format, upload it to the app, and easily distribute testnet funds to all the wallet addresses with just one click.

Supported Networks

The BatchTransfer contract is currently deployed and available on the following test networks:

Running Locally

If you want to run this app locally, then you can follow these steps:

  1. Clone the Repository:
git clone https://github.com/SyedAsadKazmi/Testnet-Tokens-Distributor
cd Testnet-Tokens-Distributor
  1. Install Dependencies:
npm install
  1. Start the app in the development mode:
npm run dev

The app will start and be available at http://localhost:3000.

About

Easily distribute testnet tokens to multiple accounts during workshops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published