This is an alternative Universal Resolver driver for did:sov identifiers.
did:sov:WRfXPg8dantKVubE3HX8pw
./scripts/build_and_run.sh
./scripts/resolve.sh did:sov:WRfXPg8dantKVubE3HX8pw
The driver recognizes the following environment variables:
- Designates a predefined configuration. Possible values are: localhost, staging, main.
- Default value: (empty string)
- The key to use for the Indy wallet.
- Default value: (empty string)
- Name of the Indy wallet.
- Default value: (empty string)
- Key derivation function for the Indy wallet.
- Default value: (empty string)
- Local name of the pool to open.
- Default value: (empty string)
- Name of the Indy network to connect to. Possible values are: localhost, staging, main.
- Default value: (empty string)
- Port for the server to listen to incoming requests on.
- Default value: (empty string)
- Log level for the application.
- Default value: (empty string)
The driver returns the following metadata in addition to a DID document:
didResolutionMetadata
: DID resolution metadata as defined here.didDocumentMetadata
: DID document metadata as defined here.
Copyright 2023 ABSA Group Limited
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.