← All repos

bs58

Base58 encoding/decoding for Bitcoin

Browse cluster: JavaScript Standard Style Linting
142commits
14contributors
2languages

Tech stack & purpose

bs58 is a JavaScript component for base58 encoding and decoding, an encoding scheme commonly used in cryptocurrencies like Bitcoin. The library provides two main functions: `encode()` to convert byte arrays into base58-encoded strings, and `decode()` to convert base58 strings back into byte arrays. It supports both Node.js and browser environments through npm installation and Browserify bundling, and follows JavaScript standard style conventions.

Languages

JavaScript
86.6%
TypeScript
13.4%

Contributors