xpx-faucet
v1.0.0
Published
Get XPX from testnet
Downloads
9
Readme
xpx-faucet
Get XPX from testnet
How to use
import getXPX from 'xpx-faucet';
const account = Account.generateNewAccount(NetworkType.TEST_NET);
const result = await getXPX(account.address.plain());