environments | ||
src | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
laconic-faucet
-
Install dependencies and build:
yarn && yarn build
-
Set the private key of a funded faucet account as
faucetKey
in the config file -
Run the faucet:
yarn start-faucet # Expected output: # Config: # ... # Faucet server running on port <port> # Using DB directory '/path/to/faucet/data/db'