DumplingShopBot icon indicating copy to clipboard operation
DumplingShopBot copied to clipboard

Example of accepting payments in TON on NodeJS

Results 1 DumplingShopBot issues
Sort by recently updated
recently updated
newest added

export function generatePaymentLink(toWallet, amount, comment, app) { if (app === "tonhub") { return `https://tonhub.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment}`; } return `https://app.tonkeeper.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment}`; } comment not applied to transaction sent by tonkeeper!