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

Dart component to compute base 58 encoding. This encoding is typically used for cryptocurrencies such as Bitcoin.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_bs58

With Flutter:

 $ flutter pub add dart_bs58

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_bs58: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_bs58/dart_bs58.dart';
0
likes
160
points
515
downloads

Documentation

API reference

Publisher

verified publishermahsumurebe.com

Weekly Downloads

Dart component to compute base 58 encoding. This encoding is typically used for cryptocurrencies such as Bitcoin.

Repository
View/report issues

License

MIT (license)

Dependencies

dart_base_x

More

Packages that depend on dart_bs58