Installing the ID DWN SDK
The entire ID DWN library is available on npmjs.com To install the library, simply run either:
npm i
@dwn-protocol/dwn
or
yarn add
@dwn-protocol/dwn
Instantiate the DWN from the SDK
Create a decentralized identity (DID)
Store the DID
Create some data
Read the data
Update the data
Delete the data
Last updated