TurtleCoin Base58 Helper
This package contains the code paths necessary to encode and/or decode hexadecimal strings to Base58 encoding and back again.
Installation
npm install turtlecoin-base58
Initialization
TypeScript
JavaScript
const Base58 = Base58 const rawAddress = Base58 const address = Base58
Documentation
You can find the full documentation for this library here