https://github.com/monero-rs/base58m
base58m, a base64-like binary for Monero base58 encoding.
https://github.com/monero-rs/base58m
base58 base58-check binary monero rust
Last synced: 4 months ago
JSON representation
base58m, a base64-like binary for Monero base58 encoding.
- Host: GitHub
- URL: https://github.com/monero-rs/base58m
- Owner: monero-rs
- License: mit
- Created: 2020-01-09T01:12:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:55:04.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:32:01.026Z (4 months ago)
- Topics: base58, base58-check, binary, monero, rust
- Language: Rust
- Homepage: https://crates.io/crates/base58m
- Size: 152 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/monero-rs/base58m/actions/workflows/ci.yml)
[](https://github.com/rust-secure-code/safety-dance/)
[](https://crates.io/crates/base58m)
[](https://opensource.org/licenses/MIT)
[](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)# `base58m`, a Rust Monero Base58 `base64`-like Binary
This binary crate is a simple implementation of a base64-like binary for Monero base58 encoding.
```
base58m
Monero Rust Contributors
Base58 (Monero format) encode or decode FILE, or standard input, to standard output.With no FILE, or when FILE is -, read standard input.
USAGE:
base58m [OPTIONS] [FILE]ARGS:
Sets the input file to useOPTIONS:
-c, --check Use base58 check mode
-d, --decode Decode data
-h, --help Print help information
-V, --version Print version information
```## Install
If you have the rust toolchain setup on your machine simply run (use `--force` to update the binary)
```
cargo install --force base58m
```## Releases and Changelog
See [CHANGELOG.md](CHANGELOG.md) and [RELEASING.md](RELEASING.md).
## About
This project is maintained by community members. All contributions are welcome!