An open API service indexing awesome lists of open source software.

https://github.com/devrandom/pymultiwallet

Python wallet tool supporting multiple coins
https://github.com/devrandom/pymultiwallet

Last synced: 2 months ago
JSON representation

Python wallet tool supporting multiple coins

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/devrandom/pymultiwallet.svg?branch=master)](https://travis-ci.org/devrandom/pymultiwallet)

PyMultiWallet
=============

A python tool for creating mnemonic HD wallets with multiple coin support.

Currently supported coins:

- Bitcoin
- Zcash
- Ethereum
- Cosmos
- Ripple

Features:

- Credentials include mnemonic phrase and an optional additional passphrase
- A single set of credentials generates wallets for different coins

Usage
======

```
pip install -e .
mnemonic='abandon abandon abandon abandon abandon\
abandon abandon abandon abandon abandon abandon about'
mw -p TREZOR -r -c zcash "$mnemonic"
```

results in:

```
t1WzpZpunHs2jrxMLmASQ22zfgGNWX7yWK9 L2oEutEe8eKcpdeW64KMVihk1PScYZn1Qn1wjtVswL1R7XQDoDfn
t1McxjZf1AEwnR6ztb8QsbhDVHvAJ2ZmiJD L59gGcB5RmoWewCden8aJcSZ7moADx6wrPcP8KddnwnmGbKYXYWn
t1J3Nc3HAnCMndPr7ouyQoGeC86ZUYVLMSF L4hQ4LSjtwibfWcRqYv9W3P2MaNn4VqWXzL97uhZXYmWM7CJLCns
...
```