Skip to content

DecentralCardGame/go-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Faucet

Crowd Faucet for Crowdcontrol written in go.

Usage

go build
./go-faucet

Configuration

Example .env

SECRET_KEY=key  # The key used to communicate with the hCaptcha server
RPC_NODE=tcp://127.0.0.1:26657  # Blockchains rpc node
BLOCKCHAIN_USER=alice  # The users name that send messages to the chain, keys must be present in local keyring
CHAIN_HOME=""  # The chains home folder, leave empty for default

About

Faucet for Crowdcontrol written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages