safex-base58
Version:
CryptoNote-style chunked Base-58 encoder/decoder for Safex addresses
19 lines (13 loc) • 563 B
Markdown
# safex-base58
<p align="center">
<img src="safex-base58.png" alt="Safex-base58 neon banner" width="100%">
</p>
> CryptoNote-style **chunked** Base-58 encoder / decoder for Safex, Monero & forks
> © 2025 [Daniel Dabek](https://github.com/safex) • MIT-licensed
CryptoNote addresses aren’t encoded with the “regular” Bitcoin base-58.
They split data into 8-byte little-endian blocks (→ 11 chars each) so the
math fits in 64 bit integers.
This package implements that exact algorithm in pure ECMAScript.
## Install
```bash
npm i safex-base58