Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cipherdogs/wallet-generator
:credit_card: Generator of addresses and mnemonic phrases for blockchains
https://github.com/cipherdogs/wallet-generator
bitcoin blockchain cipherdogs cyber ethereum kusama monero polkadot rust
Last synced: 8 days ago
JSON representation
:credit_card: Generator of addresses and mnemonic phrases for blockchains
- Host: GitHub
- URL: https://github.com/cipherdogs/wallet-generator
- Owner: CipherDogs
- License: gpl-3.0
- Archived: true
- Created: 2020-04-09T08:27:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T15:21:13.000Z (over 1 year ago)
- Last Synced: 2024-09-30T07:21:52.426Z (4 months ago)
- Topics: bitcoin, blockchain, cipherdogs, cyber, ethereum, kusama, monero, polkadot, rust
- Language: Rust
- Homepage:
- Size: 133 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallet-generator
![crates.io](https://img.shields.io/crates/v/walletgen.svg)
Generator of addresses and mnemonic phrases for blockchains
## Install
If you have Rust: `cargo install walletgen`
If you have Debian/Ubuntu: [Releases](https://github.com/CipherDogs/wallet-generator/releases)
## Usage
```bash
Generator of addresses and mnemonic phrases for blockchainsUsage: walletgen [OPTIONS]
Arguments:
[possible values: cyber, bitcoin, ethereum, monero, polkadot, kusama]Options:
-c, --count [default: 1]
-h, --help Print help
-V, --version Print version
```