Skip to content

safex/safex-base58

Repository files navigation

safex-base58

Safex-base58 neon banner

CryptoNote-style chunked Base-58 encoder / decoder for Safex, Monero & forks
© 2025 Daniel Dabek • 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

npm i safex-base58

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published