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)
```
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
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file warpwallet-1.0.tar.gz.
File metadata
- Download URL: warpwallet-1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df712eb20fbb35cb4e420d68df6b353c4419b3f48ec27895ba6966e1456d69f2
|
|
| MD5 |
3810fb34f0d6bade3adf9d98c1ed3f88
|
|
| BLAKE2b-256 |
e96e65a1f124cea6420516265c4093d58e2f0f356f33122c7cfaf07b25705de1
|
File details
Details for the file warpwallet-1.0-py2-none-any.whl.
File metadata
- Download URL: warpwallet-1.0-py2-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b03d87ba7c85ac4139619a1be85545e489a59068cc99d956191962cb20928bd
|
|
| MD5 |
258896e902631bd2656bee15c10b0b28
|
|
| BLAKE2b-256 |
7a32beb6db6b3d69d083ecf5a404174e946df653fab2055f4ca424bceed4a112
|