A lightweight multi-coin crypto wallet package.
This will eventually be an npm package. It is not currently published. It will be soon :)
For now you'll have to checkout the repo and then include it, so....
First you're going to want to include the package and declare the class
var StoopidWallet = require("../src/stoopidwallet");
var stoopidwallet = new StoopidWallet();
There are quite a few unified functions you can use with our Stoopid Wallet. You can swap between coins using the setCrypto()
method. If you wanted to use Bitcoin you could do so by setting bitcoin
via setCrypto()
like so:
stoopidwallet.setCrypto('bitcoin');
After you establish what kind of coin you're going to be working with, you can create a wallet, create a transaction, and more!
We'll add more information to this README as the project rolls along. For now, please checkout our wiki for more information.
MIT