dwn_sdk 0.1.0-dev.2 copy "dwn_sdk: ^0.1.0-dev.2" to clipboard
dwn_sdk: ^0.1.0-dev.2 copied to clipboard

A Dart implementation of Decentralized Web Node (DWN)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dwn_sdk

With Flutter:

 $ flutter pub add dwn_sdk

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

dependencies:
  dwn_sdk: ^0.1.0-dev.2

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:dwn_sdk/dwn_sdk.dart';
0
likes
100
pub points
14%
popularity

Publisher

verified publisherhea.care

A Dart implementation of Decentralized Web Node (DWN)

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

http, jose2, json_annotation

More

Packages that depend on dwn_sdk