All Projects → CodeChain-io → codechain-faucet

CodeChain-io / codechain-faucet

Licence: Apache-2.0 license
CodeChain testnet faucet

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Pug
443 projects
Sass
350 projects

Projects that are alternatives of or similar to codechain-faucet

codechain-helicopter
An airdrop tool for CodeChain
Stars: ✭ 14 (-17.65%)
Mutual labels:  ccc, codechain
FaucetCryptoBot
A bot for FaucetCrypto a cryptocurrency faucet. The bot can currently claim PTC ads, main reward and all the shortlinks except exe.io and fc.lc.
Stars: ✭ 69 (+305.88%)
Mutual labels:  faucet
chaos-sticker-collection
A collection of chaos event / nerd culture related stickers.
Stars: ✭ 36 (+111.76%)
Mutual labels:  ccc
codechain-sdk-js
CodeChain JavaScript SDK
Stars: ✭ 26 (+52.94%)
Mutual labels:  codechain
codechain-indexer
A blockchain data indexing tool for CodeChain
Stars: ✭ 21 (+23.53%)
Mutual labels:  codechain
faucet-pipeline-spring-boot-starter
faucet-pipeline for Spring Boot
Stars: ✭ 17 (+0%)
Mutual labels:  faucet
RandomFtpGrabber
Random FTP grabber - downloads all the interesting stuff
Stars: ✭ 55 (+223.53%)
Mutual labels:  ccc
MultiFaucet
MultiFaucet drips ETH, tokens, and NFTs across many testnet networks, at once.
Stars: ✭ 151 (+788.24%)
Mutual labels:  faucet
CanadianComputingCompetition
This repository contains some of the solutions I've written for Waterloo's Candian Computing Competition (CCC)
Stars: ✭ 13 (-23.53%)
Mutual labels:  ccc
EventFahrplan
An Android app to enjoy event schedules powered by Frab, Pretalx or Wafer.
Stars: ✭ 157 (+823.53%)
Mutual labels:  ccc
coindis
Bitcoin faucet supporting service without time limit.
Stars: ✭ 23 (+35.29%)
Mutual labels:  faucet
dovesnap
Docker OVS Network Plugin
Stars: ✭ 18 (+5.88%)
Mutual labels:  faucet
toshi-testnet-faucet
A simple testnet faucet as a Toshi app. Read some background here:
Stars: ✭ 14 (-17.65%)
Mutual labels:  faucet
codechain-keystore-server
A private key management server for CodeChain
Stars: ✭ 14 (-17.65%)
Mutual labels:  codechain

Faucet site

This site gives CCC to a user from a specific CodeChain account. This site request the user to authenticate using twitter.

Install

Run yarn install Run yarn run build

Config

You should set below fields in config/local.json

{
    "codechainURL": "http://127.0.0.1:8080",
    "twitterConsumerKey": "",
    "twitterConsumerSecret": "",
    "marketingText": "I love CodeChain",
    "recaptchaSiteKey": "",
    "recaptchaSecret": "",
    "blockExplorerURL": "http://127.0.0.1:3000",
    "faucetCodeChainAddress": "",
    "faucetCodeChainPasspharase": ""
}

Config your CodeChain account

To run this site, you need CodeChain platform address with sufficient CCC. Set faucetCodeChainAddress to your CodeChain platform address, and then set faucetCodeChainPasspharase to the passphrase you used when creating the faucetCodeChainAddress.

Run

Run NODE_ENV=production yarn run 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].