Skip to content

meshx-org/meshx-dwn-js

Decentralized Web Node (DWN) SDK

CI Publish Package GitHub package.json version Lines of code License: Apache-2.0


👋 Welcome!

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.

Installation

npm install @meshx-org/dwn-sdk

Usage

import { DWN } from '@meshx-org/dwn-sdk'

// cool things

Note: Works in both node and browser environments

Code of Conduct

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.

Security Policy

Please see our security policy for additional details about responsible disclosure of security related issues.

License

Decentralized Web Node SDK is open-sourced software licensed under the Apache-2.0 License.