Skip to content

This program takes a list of ethereum addresses in .xlsx format and sends them .01 ether

Notifications You must be signed in to change notification settings

Palo-IT/send-eth-to-everyone

Repository files navigation

Ethereum Web3 Node

Requirements

  • Node.js 8.4.0

Setup

Install the tutorial dependencies by running npm install or yarn

Then, create a file named .env and save it to the root directory of the project. This file will hold your sensitive credentials and will be ignored by the Git repository, so it won't be uploaded or shared anywhere.

The xlsx file must have a 'Adresse ethereum du wallet' column

Helpful Resources

TUTO ARTHUR

  1. Télécharge le xls sur microsoft teams
  2. Copie le .xls dans ~/Documents/sendToEveryone/web3-node-tutorial
  3. Ouvre un terminal à cet endroit (clik "Open in Terminal")
  4. Tape la commande "node index.js" et enter

About

This program takes a list of ethereum addresses in .xlsx format and sends them .01 ether

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published