bs58 1.0.1 copy "bs58: ^1.0.1" to clipboard
bs58: ^1.0.1 copied to clipboard

outdated

Base58 dart implementation library

A library for Dart developers.

Usage #

import 'package:base58/base58.dart';

main() {
  var hash = Uint8List.fromList([14, 251, 24, 220, 202, 235, 97, 232, 85, 229, 109, 188, 53, 146, 43, 36, 246, 238, 110, 55, 202, 163, 160, 123, 169, 35]);
  print(base58.encode(hash));
  print(base58.decode('TcASfmyoFiNobNaCHeiPMkWgGmovoxk1sqk'));
}
7
likes
30
pub points
87%
popularity

Publisher

unverified uploader

Base58 dart implementation library

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

base_x

More

Packages that depend on bs58