Skip to content

Commit 568016d

Browse files
committed
Update documentation
1 parent 2d6eb0b commit 568016d

File tree

9 files changed

+127
-121
lines changed

9 files changed

+127
-121
lines changed

README.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ by entering the mnemonics right on the device.
121121

122122
#+CAPTION: SLIP-39 Cards PDF (from =--secret ffff...=)
123123
#+ATTR_LATEX: :width 6in :options angle=0
124-
[[./images/slip39-pdf.png]]
124+
[[./images/slip39-cards.png]]
125125

126126
Run the following to obtain a PDF file containing index cards with the default SLIP-39 groups for
127127
a new account seed named "Personal"; insert a USB drive to collect the output, and run:
@@ -174,9 +174,9 @@ by entering the mnemonics right on the device.
174174

175175
** The macOS =SLIP-39.app= GUI App
176176

177-
If you prefer a graphical user-interface, try the macOS SLIP-39.App. You can run it directly if you
178-
install Python 3.9+ from [[https://python.org/downloads][python.org/downlaods]] or using homebrew =brew install [email protected]= (or
179-
higher, eg. =@3.10=). Then, start the GUI in a variety of ways:
177+
If you prefer a graphical user-interface, try the macOS SLIP-39.App. You can run it directly if
178+
you install Python 3.9+ from [[https://python.org/downloads][python.org/downloads]] or using homebrew =brew install
179+
python-tk@3.10=. Then, start the GUI in a variety of ways:
180180

181181
#+LATEX: {\scriptsize
182182
#+BEGIN_EXAMPLE

README.pdf

-101 Bytes
Binary file not shown.

README.txt

Lines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.

macOS.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ of the cards and regain access to all of the cryptocurrency accounts related to
6464
Instead, generate a number of SLIP-39 Mnemonic cards, which can be collected to recover the Seed:
6565
#+CAPTION: SLIP-39 Cards PDF
6666
#+ATTR_LATEX: :width 4in
67-
[[./images/slip39-pdf.png]]
67+
[[./images/slip39-cards.png]]
6868

6969
** Paper Wallets
7070

macOS.pdf

0 Bytes
Binary file not shown.

macOS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Table of Contents
7575

7676
Instead, generate a number of SLIP-39 Mnemonic cards, which can be
7777
collected to recover the Seed:
78-
<./images/slip39-pdf.png>
78+
<./images/slip39-cards.png>
7979

8080

8181
1.2 Paper Wallets

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,15 @@
155155
156156
Here's an example of PDF containing the SLIP-39 recovery mnemonic cards produced:
157157
158-
![slip39 mnemonic cards][slip39-pdf]
158+
![SLIP-39 Mnemonic Cards PDF][slip39-cards]
159159
160-
[slip39-pdf]: https://github.com/pjkundert/python-slip39/raw/master/images/slip39-pdf.png "slip39 mnemonic cards PDF"
160+
If desired, you can output encrypted "Paper Wallets", compatible for import into standard software
161+
cryptocurrency wallets (BIP-38 for Bitcoin, etc., and standard JSON wallets for Ethereum):
162+
163+
![Encrypted Paper Wallets PDF][slip39-wallets]
164+
165+
[slip39-cards]: https://github.com/pjkundert/python-slip39/raw/master/images/slip39-cards.png "SLIP-39 Mnemonic Cards PDF"
166+
[slip39-wallets]: https://github.com/pjkundert/python-slip39/raw/master/images/slip39-wallets.png "Encrypted Paper Wallets PDF"
161167
"""
162168

163169
classifiers = [

slip39/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ( 7, 1, 1 )
1+
__version_info__ = ( 7, 1, 2 )
22
__version__ = '.'.join( map( str, __version_info__ ))

0 commit comments

Comments
 (0)