4.0.0 • Published 9 months ago
bs58check v4.0.0
bs58check
A straight forward implementation of base58check extending upon bs58.
Example
import bs58check from 'bs58check'
var decoded = bs58check.decode('5Kd3NBUAdUnhyzenEwVLy9pBKxSwXvE9FMPyR4UKZvpe6E3AgLr')
console.log(decoded)
// => <Buffer 80 ed db dc 11 68 f1 da ea db d3 e4 4c 1e 3f 8f 5a 28 4c 20 29 f7 8a d2 6a f9 85 83 a4 99 de 5b 19>
console.log(bs58check.encode(decoded))
// => 5Kd3NBUAdUnhyzenEwVLy9pBKxSwXvE9FMPyR4UKZvpe6E3AgLr
LICENSE MIT
4.0.0
9 months ago
3.0.1
2 years ago
2.1.2
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.2
8 years ago
2.0.1
8 years ago
1.3.4
8 years ago
2.0.0
8 years ago
1.3.3
8 years ago
1.3.2
8 years ago
1.3.1
8 years ago
1.3.0
8 years ago
1.1.1
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.8
9 years ago
1.0.7
9 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.1
11 years ago
1.0.0
11 years ago