Skip to content

Commit

Permalink
Add: .coveralls.yml on .gitignore & update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Nov 15, 2024
1 parent 130c6d3 commit 4d1561f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Files stuff
.coverage
.coveralls.yml

# Folders stuff
experiment/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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.

![HDWallet-CLI](https://raw.githubusercontent.com/meherett/python-hdwallet/master/docs/static/svg/hdwallet-cli.svg)
![HDWallet-CLI](./docs/static/svg/hdwallet-cli.svg)

For more info see the Improvement Proposal specs.

Expand Down

0 comments on commit 4d1561f

Please sign in to comment.