Getting Started
Installation
Use your favourite package manager to install the CLI globally:
- npm
- Yarn
- pnpm
npm install -g @jumpdefi/airdrop-tool
yarn global add @jumpdefi/airdrop-tool
pnpm add -g @jumpdefi/airdrop-tool
note
Although optional, it is highly recommended to install the Near CLI and make sure the account you specify in the --accountId
options is present in your credentials.
Running from command line
Once you have installed the airdrop tool globally, you can run it from the command line using:
airdrop-tool \
--accountId="jumpfinance.near" \
--accounts="./accounts.json" \
--amount=100 \
--token="jumptoken.jumpfinance.near"
note
The above example demonstrates the required options. See CLI options for more additional options.