https://github.com/jht5945/base58
base58 - command line base58 convert tool.
https://github.com/jht5945/base58
base58 cli
Last synced: 3 months ago
JSON representation
base58 - command line base58 convert tool.
- Host: GitHub
- URL: https://github.com/jht5945/base58
- Owner: jht5945
- License: mit
- Created: 2019-07-17T23:44:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T15:07:52.000Z (about 3 years ago)
- Last Synced: 2025-05-23T11:09:26.123Z (5 months ago)
- Topics: base58, cli
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## base58 - command line base58 convert tool
> based on https://github.com/nham/rust-base58
#### Install
```bash
$ cargo install --git https://github.com/jht5945/base58
```#### Usage
```bash
$ base58 --help
Usage:
base58 [OPTIONS] [FILE]base58 - command line base58 convert tool.
Positional arguments:
FILE FILEOptional arguments:
-h,--help Show this help message and exit
-d,--decode Decode data
--new-line Do output the trailing newline
-v,--version Print version
--verbose Verbose output
```