dwn_sdk 0.1.0-dev.2 dwn_sdk: ^0.1.0-dev.2 copied to clipboard
A Dart implementation of Decentralized Web Node (DWN)
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