cosmjs-util/packages/faucet-client
dependabot[bot] 7ca5199a89
build(deps): bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 20:20:21 +00:00
..
nonces Add nonces 2020-12-22 17:30:30 +00:00
src faucet-client: Add tests 2020-10-14 13:11:28 +02:00
types faucet-client: Add FaucetClient class 2020-10-14 13:11:28 +02:00
.eslintignore faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
.gitignore faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
.nycrc.yml faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
jasmine-testrunner.js faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
karma.conf.js faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
package.json build(deps): bump axios from 0.19.2 to 0.21.1 2021-01-05 20:20:21 +00:00
README.md Update packages etc for launchpad chain renaming 2020-11-10 16:46:21 +01:00
tsconfig.json faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
typedoc.js faucet-client: Add basic files 2020-10-14 13:11:27 +02:00
webpack.web.config.js faucet-client: Add basic files 2020-10-14 13:11:27 +02:00

@cosmjs/faucet-client

npm version

Running the tests

First of all you will need an instance of wasmd running. From the root directory of this repository:

./scripts/launchpad/start.sh && ./scripts/launchpad/init.sh

You will also need a faucet. From the root directory of this repository:

cd packages/faucet
yarn start-dev

The tests need to be told you are running the faucet via an environmental variable:

export FAUCET_ENABLED=1

Finally run the tests from this directory:

yarn test

License

This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).