send-crypto
send-crypto copied to clipboard
A minimal JavaScript library / wallet for sending crypto assets
* **I'm submitting a ...** [ ] bug report [ tick] feature request [ ] question about the decisions made in the repository [ ] question about how to use...
* **I'm submitting a ...** [ ] bug report [ ] feature request [ ] question about the decisions made in the repository [X] question about how to use this...
* **I'm submitting a ...** [ ] bug report [ ] feature request [ ] question about the decisions made in the repository [x] question about how to use this...
* **I'm submitting a ...** [ X] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use...
* **I'm submitting a ...** [ ] bug report [ ] feature request [ ] question about the decisions made in the repository [x] question about how to use this...
* **I'm submitting a ...** [ ] bug report [ ] feature request [ ] question about the decisions made in the repository [ X] question about how to use...
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); ```...
Hello community, I was reviewing the code, so I do not see any method to import an already created wallet.
I'm currently working on an application which works very well, but discovered this issue today. when I try to get the balance of Bitcoin cash address it gives this error...
It's possible for me to sign the transaction here?