This project is moved to cron-jobs.
codechain-helicopter is a tool for airdropping CCC(CodeChain Coin) at the specified interval.
git@github.com:CodeChain-io/codechain-helicopter.git
cd codechain-helicopter && yarn install
Open config/default.json file and fill payer.payer, payer.passphrase and rpc_url fields.
- payer.payer: the account who gives away CCC
- payer.passphrase: the passphrase of the payer account.
- rpc_url: CodeChain RPC URL
You can also adjsut reward and drop_interval.
yarn start
