Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deadblackclover committed Jul 11, 2023
1 parent 5240615 commit cc18b27
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 135 deletions.
162 changes: 113 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "walletgen"
version = "1.1.1"
version = "1.2.0"
authors = ["DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
description = "Generator of addresses and mnemonic phrases for blockchains"
edition = "2018"
Expand All @@ -12,7 +12,7 @@ keywords = ["address", "blockchain", "cyber", "bitcoin", "polkadot"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.34.0"
clap = { version = "4", features = ["derive"] }
cyber = "1.0"
data-encoding = "2.4"
sp-core = "20.0.0"
Expand Down
25 changes: 7 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,15 @@ If you have Debian/Ubuntu: [Releases](https://github.com/CipherDogs/wallet-gener
## Usage

```bash
walletgen 1.1.1
DEADBLACKCLOVER <deadblackclover@protonmail.com>
Generator of addresses and mnemonic phrases for blockchains

USAGE:
walletgen [OPTIONS] [SUBCOMMAND]
Usage: walletgen [OPTIONS] <BLOCKCHAIN>

FLAGS:
-h, --help Prints help information
-V, --version Prints version information
Arguments:
<BLOCKCHAIN> [possible values: cyber, bitcoin, ethereum, monero, polkadot, kusama]

OPTIONS:
-c, --count <INT> Sets a address generate count

SUBCOMMANDS:
bitcoin Bitcoin blockchain
cyber cyber blockchain
ethereum Ethereum blockchain
help Prints this message or the help of the given subcommand(s)
kusama Kusama blockchain
monero Monero blockchain
polkadot Polkadot blockchain
Options:
-c, --count <COUNT> [default: 1]
-h, --help Print help
-V, --version Print version
```
Loading

0 comments on commit cc18b27

Please sign in to comment.