Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.12 KB

File metadata and controls

41 lines (29 loc) · 1.12 KB

Ergo Airdrop

Setup

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

File requirements

  1. The file must be in .csv format
  2. As for now, there will be only 1 column with recipient wallet addresses
  3. As for now, all addresses in a file will get the exact equal amount
  4. Values for Amount and Token type is initialized inside index.js in(line 144)

References

EIP-0012

Nautilus

Yoroi