Skip to content

Commit a595db9

Browse files
committed
Change: current hdwallet cli gif into the new svg file.
1 parent c3fe22b commit a595db9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.
1111
It allows the handling of multiple coins, multiple accounts, external and internal chains per account and millions of addresses per chain.
1212

13-
<img src="https://github.com/meherett/python-hdwallet/blob/master/docs/static/gif/hdwallet.gif"/>
13+
<a href="https://raw.githubusercontent.com/meherett/python-hdwallet/master/docs/static/svg/hdwallet-cli.svg">
14+
<img src="./docs/static/svg/hdwallet-cli.svg"/>
15+
</a>
1416

1517
For more info see the BIP specs.
1618

@@ -129,7 +131,7 @@ print(json.dumps(hdwallet.dumps(), indent=4, ensure_ascii=False))
129131
```
130132
</details>
131133

132-
Ethereum mainnet [Ganache-CLI](https://github.com/trufflesuite/ganache-cli) wallet look's like:
134+
Ethereum mainnet [Ganache](https://github.com/trufflesuite/ganache) wallet look's like:
133135

134136
```python
135137
#!/usr/bin/env python3
@@ -381,4 +383,4 @@ If You found this tool helpful consider making a donation:
381383

382384
## License
383385

384-
Distributed under the [ISC](https://github.com/meherett/python-hdwallet/blob/master/LICENSE) license. See ``LICENSE`` for more information.
386+
Distributed under the [MIT](https://github.com/meherett/python-hdwallet/blob/master/LICENSE) license. See ``LICENSE`` for more information.

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Command Line Interface (CLI)
33
============================
44

5-
.. image:: static/gif/hdwallet.gif
5+
.. image:: static/svg/hdwallet-cli.svg
66
:alt: HDWallet CLI
77

88
.. click:: hdwallet.cli.__main__:main

0 commit comments

Comments
 (0)