Options
All
  • Public
  • Public/Protected
  • All
Menu

@iov/faucets Documentation

@iov/faucets

npm version

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).

Generated using TypeDoc