All Projects → CodeChain-io → codechain-helicopter

CodeChain-io / codechain-helicopter

Licence: ISC license
An airdrop tool for CodeChain

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to codechain-helicopter

codechain-faucet
CodeChain testnet faucet
Stars: ✭ 17 (+21.43%)
Mutual labels:  ccc, codechain
chaos-sticker-collection
A collection of chaos event / nerd culture related stickers.
Stars: ✭ 36 (+157.14%)
Mutual labels:  ccc
codechain-sdk-js
CodeChain JavaScript SDK
Stars: ✭ 26 (+85.71%)
Mutual labels:  codechain
codechain-indexer
A blockchain data indexing tool for CodeChain
Stars: ✭ 21 (+50%)
Mutual labels:  codechain
RandomFtpGrabber
Random FTP grabber - downloads all the interesting stuff
Stars: ✭ 55 (+292.86%)
Mutual labels:  ccc
CanadianComputingCompetition
This repository contains some of the solutions I've written for Waterloo's Candian Computing Competition (CCC)
Stars: ✭ 13 (-7.14%)
Mutual labels:  ccc
EventFahrplan
An Android app to enjoy event schedules powered by Frab, Pretalx or Wafer.
Stars: ✭ 157 (+1021.43%)
Mutual labels:  ccc
Opendrop
An open Apple AirDrop implementation written in Python
Stars: ✭ 5,505 (+39221.43%)
Mutual labels:  airdrop
air-support
Airdrop automation tools for Solana from The Skeleton Crew
Stars: ✭ 112 (+700%)
Mutual labels:  airdrop
safe-airdrop
A Gnosis Safe app for distributing tokens from CSV transfer files.
Stars: ✭ 32 (+128.57%)
Mutual labels:  airdrop
pubg mobile memory hacking
Pubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Stars: ✭ 69 (+392.86%)
Mutual labels:  airdrop
remotestash
A simple substitute for AirDrop between iPhone and a linux desktop
Stars: ✭ 38 (+171.43%)
Mutual labels:  airdrop
codechain-keystore-server
A private key management server for CodeChain
Stars: ✭ 14 (+0%)
Mutual labels:  codechain

This project is moved to cron-jobs.

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

[email protected]: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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].