Decentralized Web Node (DWN) SDK
Introduction
A Dart implementation of the Decentralized Web Node (DWN) protocol. This implementation attempts to follow the specification, however the implementation's primary goal is to support the needs of the Habitat protocol first, then converge with the specifications.
File bugs on GitHub.
Usage
import 'package:dwn_sdk/dwn_sdk.dart';
// TODO(serverwentdown): Produce some basic usage code
Additional information
Libraries
- dwn_sdk
- An implementation of the DWN SDK in Dart. Provides applications with some useful abstractions in common usage scenarios.