The `bytestring` package contains modules for manipulating byte strings (~ arrays of octets, Uint8Array in modern JavaScript).
npm install bytestringThe bytestring package contains modules for manipulating byte strings (~
arrays of octets, Uint8Array in modern JavaScript).
The package currently provides the following modules:
- bytestring/base58 - string (base58) <-> Uint8Array