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

A comprehensive libp2p pubsub implementation for Dart, featuring GossipSub v1.1, FloodSub, and RandomSub protocols with message validation, peer scoring, and tracing support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_libp2p_pubsub

With Flutter:

 $ flutter pub add dart_libp2p_pubsub

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

dependencies:
  dart_libp2p_pubsub: ^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_libp2p_pubsub/dart_libp2p_pubsub.dart';
0
likes
130
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive libp2p pubsub implementation for Dart, featuring GossipSub v1.1, FloodSub, and RandomSub protocols with message validation, peer scoring, and tracing support.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

base32, bs58, clock, collection, cryptography, dart_libp2p, dart_libp2p_kad_dht, dart_multihash, dart_udx, dcid, fixnum, logging, protobuf, synchronized, uuid, x25519

More

Packages that depend on dart_libp2p_pubsub