feat: add initial DID implementation

This commit is contained in:
Prad Nukala
2024-09-05 18:37:38 -04:00
parent 3fd84dbdda
commit b3b176a25d
35 changed files with 1073 additions and 14 deletions
+1
View File
@@ -616,6 +616,7 @@ func NewChainApp(
appCodec,
sdkruntime.NewKVStoreService(keys[didtypes.StoreKey]),
app.AccountKeeper,
app.StakingKeeper,
logger,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)