This package has been deprecated

Author message:

This package has been deprecated

bs58swiftcheck

1.0.0 • Public • Published

bs58swiftcheck

NPM Package

A straight forward implementation of base58check extending upon bs58 for swiftcash

Example

var bs58swiftcheck = require('bs58swiftcheck')
 
var decoded = bs58swiftcheck.decode('VMcAbMfj44MqqL1rL4cwxTe8NfgcbAGJUhaXb4rNVqKWpNhf4Za6')
 
console.log(decoded)
// => <Buffer bf ae c5 39 7b 66 d8 86 31 10 bf 6a 84 22 91 43 19 79 96 b2 46 cc 50 24 1d 70 5b 3b b9 5d 97 4e 41 01>
 
console.log(bs58swiftcheck.encode(decoded))
// => VMcAbMfj44MqqL1rL4cwxTe8NfgcbAGJUhaXb4rNVqKWpNhf4Za6

LICSENSE MIT

Package Sidebar

Install

npm i bs58swiftcheck

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.8 kB

Total Files

4

Last publish

Collaborators

  • msg768