dcid 1.0.0 copy "dcid: ^1.0.0" to clipboard
dcid: ^1.0.0 copied to clipboard

A Dart library for working with Content Identifiers (CIDs) according to the CID specification. Supports CIDv0 and CIDv1, multiple codecs, and hash algorithms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dcid

With Flutter:

 $ flutter pub add dcid

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

dependencies:
  dcid: ^1.0.0

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:dcid/dcid.dart';
0
likes
140
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for working with Content Identifiers (CIDs) according to the CID specification. Supports CIDv0 and CIDv1, multiple codecs, and hash algorithms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

base32, bs58, crypto, dart_multihash, typed_data

More

Packages that depend on dcid