Skip to main content

Implementation of WarpWallet in Python.

Project description

# WarpWallet in python
Implementation of WarpWallet in python. https://keybase.io/warp/

Install the required packages running `pip install -r requirements.txt`

## Usage

** Import module **
```
import warpwallet
```

**Generate PrivateKey**

`warpwallet.generate_keypair(passhprase [,salt])`

example:
```
>>> import warpwallet
>>> warpwallet.generate_keypair('YqIDBApDYME', salt='G34HqIgjrIc')
'da009602a5781a8795d55c6e68a4b4d52969a75955ea70255869dd17c3398592'
```

**Generate [WIF](https://en.bitcoin.it/wiki/Wallet_import_format) key and Address**
```
import warpwallet

private_key = warpwallet.generate_keypair("PuACRv0R")
wif = warpwallet.privkey_to_wif(private_key)
addr = warpwallet.key_to_addr(private_key)

print "WIF: {}, Address: {}".format(wif, addr)
```

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

warpwallet-1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

warpwallet-1.0-py2-none-any.whl (5.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page