dwn-sdk-js
dwn-sdk-js copied to clipboard
Decentralized Web Node (DWN)
It would be nice, especially for development puposes, to have an easy way to wipe the data store of a remote dwn. @csuwildcat said "We need a command like that,...
It would be great to have the capability to query for how much storage is used by a DWN, so that users or services could retrieve it and make decisions...
Currently we return RecordsDelete and InitialWrite in the RecordsRead reply for a deleted record regardless of who the caller is. Consider performing auth logic before returning RecordsDelete and InitialWrite in...