Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:55:04.000Z (11 months ago)
- Last Synced: 2024-09-26T20:55:27.155Z (about 2 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
[![Build Status](https://img.shields.io/github/actions/workflow/status/monero-rs/base58m/ci.yml?branch=main)](https://github.com/monero-rs/base58m/actions/workflows/ci.yml)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![Crates.io](https://img.shields.io/crates/v/base58m.svg)](https://crates.io/crates/base58m)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![MSRV](https://img.shields.io/badge/MSRV-1.63.0-blue)](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!