alvin854

Results 1 issues of alvin854

Code: ``` const CryptoAccount = require("send-crypto"); const keys = require("../../config/keys"); const account = new CryptoAccount(keys.privateKey, { network: "kovan" }); account .send("0x868c75dFB5460797EB4cc12e60B1ab468439c337", 10, { type: "ERC20", address: keys.contractAddress }) .catch(console.error); ```...