Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

revjtanton/stoopidWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stoopid Company

stoopidWallet

A lightweight multi-coin crypto wallet package.

What's your status?

Travis pull requests Twitter URL

How do I install this?

This will eventually be an npm package. It is not currently published. It will be soon :)

How do I use this?

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!

That's not enough information!

We'll add more information to this README as the project rolls along. For now, please checkout our wiki for more information.

LICENSE

MIT