filecoin_address 1.1.1 copy "filecoin_address: ^1.1.1" to clipboard
filecoin_address: ^1.1.1 copied to clipboard

Filecoin address utils, suport all address types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add filecoin_address

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

dependencies:
  filecoin_address: ^1.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:filecoin_address/filecoin_address.dart';
1
likes
30
pub points
48%
popularity

Publisher

verified publisherstonegate.me

Filecoin address utils, suport all address types.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

base32, hashlib, leb128

More

Packages that depend on filecoin_address