Pure JavaScript implementation of the Base58 codec.
- Zero dependencies
- ES Modules & Browser compatible
- Tree-shakable encoder and decoder
This package is using Bitcoin style.
123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
You can make your own Base-N codec with custom alphabet using @urlpack/base-codec
MIT