Firstly, if you have nvm
, just run
nvm use
If you don't have nvm
you can download node
manually from here but you need to be careful the version matches the one specified in our .nvmrc
file.
Next, install project-independent dependencies with
npm install
After that, inside src folder, there is an airdrop-ergo directory, inside which you should also install project-independent dependencies:
cd src/airdrop-ergo
npm install
Finally, you will be able to launch the application using
npm start
- The file must be in
.csv
format - As for now, there will be only 1 column with recipient wallet addresses
- As for now, all addresses in a file will get the exact equal amount
- Values for Amount and Token type is initialized inside index.js in(line 144)