/faucet

🤖 Automation for Bootstrapping Testnet Tokens in Blockchain Faucets — Currently Supports WEMIX and KAIA (previously KLAY)

Primary LanguageTypeScriptMIT LicenseMIT

@junhoyeo/faucet

🤖 Automation for Bootstrapping Testnet Tokens in Blockchain Faucets —
Currently Supports WEMIX and KLAY

yarn add @junhoyeo/faucet
import { requestFunds } from '@junhoyeo/faucet';

requestFunds(
  'klaytn', // 'wemix' | 'klaytn'
  '0x7777777141f111cf9F0308a63dbd9d0CaD3010C4',
  1200,
);