0.0.3 • Published 6 years ago

base58-string v0.0.3

Weekly downloads
48
License
MIT
Repository
-
Last release
6 years ago

base58-string

What?

base58 encode decode without buffer;
input string out string;
suport browser;
use utf-8;
因为是UTF-8编码,所以支持中文;

Installation

npm install base58-string

CDN

<!-- 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.

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago