Skip to content

LuCrypto/Transfert-coin-with-Binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transfert coin with Binance

Install nodeJS

Link : https://nodejs.org/en/download

Create .env file in the same directory and fill it

APIKEY=
APISECRETKEY=

In index.js, complete the addressArray with your address

const addressArray = [
  'A COMPLETER',
  'ADRESSE 1',
  'ADRESSE 2',
  'ETC ...'
]

For the coin and the amount, just modify index.js

const coin = 'SOL'
const amount = 0.06

For use the project

Install dependencies

npm install

Run the transfert

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published