pallet-did icon indicating copy to clipboard operation
pallet-did copied to clipboard

A Substrate pallet for decentralized identifiers' (DIDs) management.

Results 3 pallet-did issues
Sort by recently updated
recently updated
newest added

I am running `substrate-node-template` version `v2.0.0-rc6`. I am able to build the stock image fine. When I add ``` [dependencies.pallet-did] default-features = false git = 'https://github.com/substrate-developer-hub/pallet-did.git' tag = 'v2.0.0-rc4' version...

Please provide some reference open source implementation of other pallets which uses pallet-did.

The pallet uses outdated versions of substrate dependencies (e.g. frame_support version 3.0.0, where current is 4.0.0). It also uses FRAME v2. I've already forked the repo and made these upgrades,...