Skip to content

HoOngEe/codechain-helicopter

 
 

Repository files navigation

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

About

An airdrop tool for CodeChain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%