From a595db96199c329b42dde9b904b55f1cfa10160d Mon Sep 17 00:00:00 2001 From: meherett Date: Thu, 22 Dec 2022 10:45:27 +0300 Subject: [PATCH] Change: current hdwallet cli `gif` into the new `svg` file. --- README.md | 8 +++++--- docs/cli.rst | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6100051..728c5d0 100644 --- a/README.md +++ b/README.md @@ -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. - + + + For more info see the BIP specs. @@ -129,7 +131,7 @@ print(json.dumps(hdwallet.dumps(), indent=4, ensure_ascii=False)) ``` -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 @@ -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. diff --git a/docs/cli.rst b/docs/cli.rst index 85f2c08..4e8c76e 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -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