0.32.12 • Published 2 years ago
@titan-cosmjs/faucet-client v0.32.12
@cosmjs/faucet-client
Running the tests
First of all you will need an instance of wasmd running. From the root directory of this repository:
./scripts/wasmd/start.sh && ./scripts/wasmd/init.shYou will also need a faucet. From the root directory of this repository:
cd packages/faucet
yarn start-devThe tests need to be told you are running the faucet via an environmental variable:
export FAUCET_ENABLED=1Finally run the tests from this directory:
yarn testLicense
This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).