The Decentralized Web Node is an open source fork of TBD54566975/dwn-sdk-js
This repository contains a reference implementation of Decentralized Web Node (DWN) as per the specification. This specification is in a draft state and very much so a WIP. For the foreseeable future, a lot of the work on DWN will be split across this repo and the repo that houses the specification, which you can find here.
Proposals and issues for the specification itself should be submitted as pull requests to the spec repo.
npm install @meshx-org/dwn-sdk
import { DWN } from '@meshx-org/dwn-sdk'
// cool things
Note: Works in both node and browser environments
This project has adopted the Contributor Covenant Code of Conduct v2.1. For more information see the Code of Conduct FAQ, or contact opensource@meshx.co with any additional questions or comments.
Please see our security policy for additional details about responsible disclosure of security related issues.
Decentralized Web Node SDK is open-sourced software licensed under the Apache-2.0 License.