base58-string
v0.0.3
Published
base58 no buffer, input string out string, suport browser
Readme
base58-string
What?
base58 encode decode without buffer;
input string out string;
suport browser;
use utf-8;
因为是UTF-8编码,所以支持中文;
Installation
npm install base58-stringCDN
<!-- import JavaScript -->
<script src="https://unpkg.com/base58-string/index.cdn.js"></script>Usage
const Bs = require('base58-string');
Bs.encode('base58'); // 'qzTiEHgB'
Bs.decode('qzTiEHgB'); // 'base58'License
Released under the MIT license. Copyright (c) 2018 fadeneo.
