2.0.3 • Published 4 years ago
truewallet-gift v2.0.3
Installing
Using npm:
$ npm install truewallet-gift
Using bower:
$ bower install truewallet-gift
Using yarn:
$ yarn add truewallet-gift
Example
const walletgift = require("truewallet-gift")
let wallet = new walletgift('0123456789');
async function main() {
var response = await wallet.pay("https://gift.truemoney.com/campaign/?v=jkaIee01khBpXXvefc")
console.log(response);
}
main();