Skip to content

Commit

Permalink
Change: current hdwallet cli gif into the new svg file.
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 22, 2022
1 parent c3fe22b commit a595db9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.
It allows the handling of multiple coins, multiple accounts, external and internal chains per account and millions of addresses per chain.

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

For more info see the BIP specs.

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

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

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

## License

Distributed under the [ISC](https://github.com/meherett/python-hdwallet/blob/master/LICENSE) license. See ``LICENSE`` for more information.
Distributed under the [MIT](https://github.com/meherett/python-hdwallet/blob/master/LICENSE) license. See ``LICENSE`` for more information.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Command Line Interface (CLI)
============================

.. image:: static/gif/hdwallet.gif
.. image:: static/svg/hdwallet-cli.svg
:alt: HDWallet CLI

.. click:: hdwallet.cli.__main__:main
Expand Down

0 comments on commit a595db9

Please sign in to comment.