Initialization
const tonpay = Tonpay.create(
"testnet", // or "mainnet"
// sender that is responsible for sending the transactions
{ send: async ({ to, value, body, init }: SenderArguments) => {} }
);Short FAQ
Last updated
const tonpay = Tonpay.create(
"testnet", // or "mainnet"
// sender that is responsible for sending the transactions
{ send: async ({ to, value, body, init }: SenderArguments) => {} }
);Last updated