Link : https://nodejs.org/en/download
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
Install dependencies
npm install
Run the transfert
npm run dev