Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 use

OPTIONS:
-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!