seed_print
WARNING This project has mainly been used for local development, use at your own risk, and always use on an air-gapped machine!
A minimal python script for generating bip39 seed phrases, and corresponding Seed Signer Seed seed phrase qr code ready for offline printing.
Dependencies
The following python project are used, and should be retrieved before moving to the final air-gapped machine.
certifi==2021.10.8
charset-normalizer==2.0.9
click==8.0.3
Flask==2.0.2
idna==3.3
itsdangerous==2.0.1
Jinja2==3.0.3
MarkupSafe==2.0.1
mnemonic==0.20
Pillow==8.4.0
qrcode==7.3.1
requests==2.26.0
urllib3==1.26.7
Werkzeug==2.0.2
Installation
$ cd seed_print/
$ virtualenv -p python3 venv/
$ source venv/bin/activate
$ pip install -r requirements.txt
Usage
$ ./main.py
If successful you will have a local website available with your random seed phrases.
- Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Go ahead and refresh the page to get a new set of addresses!