Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 901 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 901 Bytes

codechain-helicopter Build Status

codechain-helicopter is a tool for airdropping CCC(CodeChain Coin) at the specified interval.

helicopter

Getting Started

Clone the source code

git@github.com:CodeChain-io/codechain-helicopter.git

Install dependencies

cd codechain-helicopter && yarn install

Modify the config file

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.

Run

yarn start