iotaledger / one-click-tangle

"One Click Tangle" intends to make lives easier to IOTA adopters by providing pre-configured scripts and recipes that allow to deploy IOTA Networks and Nodes "in one click".
MIT License
55 stars 35 forks source link

Have IdentityResolver enabled by default #57

Closed peterokwara closed 2 years ago

peterokwara commented 2 years ago

Description

Identity resolver is a feature that was recently introduced where a DID can be resolved from the explorer dashboard.

Motivation

The identity resolver is already working on the IOTA Mainnet, however on a private tangle, it needs to be enabled on the configuration file for the iota explorer. See https://github.com/iotaledger/explorer/blob/dev/client/DEPLOYMENT.md

We will have this feature enabled by default.

Requirements

Write a list of what you want this feature to do.

  1. Have identityResolver enabled by default.

Are you planning to do it yourself in a pull request?

Yes.