Lisk Faucet Transaction
Blockchain side
Import the transaction into your project
const FaucetTransaction = ; app;
Of course you should only activate it in a development environment.
Client Side
const FaucetTransaction = ; const tx = senderPublicKey: somePublicKey // the sender doesn't matter since nobody pay anything, but it sill needs to be valid timestamp: txTimestamp asset: amount: 42 recipientId: recipientAddress // Faucet receiver ; tx;