andrejrakic / distributor-js

The script for distributing test tokens at workshops, written in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributor

The script used to transfer Arbitrum Goerli ETH and Arbitrum Goerli USDC to SmartCon 23 Hacker House GMX <> Low-latency Oracles workshop, written in JavaScript. The version of this script written in Go is available at https://github.com/andrejrakic/distributor-go

Getting Started

  1. Install packages
npm install
  1. Populate the addresses.csv files with addresses to fund. Each address must be in a new row, for example:
0x0000000000000000000000000000000000000001
0x0000000000000000000000000000000000000002
0x0000000000000000000000000000000000000003
  1. Create the .env file and fill it with your private key and JSON RPC URL for Arbitrum Goerli
RPC_URL=
PRIVATE_KEY=
  1. Run the script
node distributor.js

About

The script for distributing test tokens at workshops, written in JavaScript


Languages

Language:JavaScript 100.0%