@iov/faucets
v2.5.0
Published
Faucets for some of the supported blockchains
Downloads
108
Readme
@iov/faucets
Use some Testnet faucets from JavaScript.
Getting started
The basic usage of this package is:
import { TokenTicker } from "@iov/bcp";
import { IovFaucet } from '@iov/faucets';
const faucet = new IovFaucet("https://iov-faucet.yaknet.iov.one");
await faucet.credit(address, "IOV" as TokenTicker)
There is a complete example in the @iov/cli README.
API Documentation
https://iov-one.github.io/iov-core-docs/latest/iov-faucets/
License
This package is part of the IOV-Core repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).