@cosmjs/faucet

v0.21.0
The faucet

docs

shx rm -rf docs && typedoc --options typedoc.js

lint

eslint --max-warnings 0 "**/*.{js,ts}"

test

yarn build-or-skip && yarn test-node

build

shx rm -rf ./build && tsc

format

prettier --write --loglevel warn "./src/**/*.ts"

coverage

nyc --reporter=text --reporter=lcov yarn test --quiet

lint-fix

eslint --max-warnings 0 "**/*.{js,ts}" --fix

dev-start

FAUCET_CREDIT_AMOUNT_COSM=10 FAUCET_CREDIT_AMOUNT_STAKE=5 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC="economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone" ./bin/cosmwasm-faucet start "http://localhost:1317"

test-node

node jasmine-testrunner.js

build-or-skip

[ -n "$SKIP_BUILD" ] || yarn build
npm i @cosmjs/[email protected]

Metadata

Downloads

Maintainers