bs58 icon indicating copy to clipboard operation
bs58 copied to clipboard

Base58 encoding/decoding for Bitcoin

Results 2 bs58 issues
Sort by recently updated
recently updated
newest added

The documentation on npm is outdated: https://www.npmjs.com/package/bs58 Please sync it with the current README.md (which contains the correct/working code examples)

- Importing this library and calling any of the function fails in node js. For ex: Both code snippets fails with error: `encode is not a function` ``` import bs58...