driver-did-iden3

module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: AGPL-3.0

README

driver-did-iden3

Driver for the iden3 DID method

How to run locally:

  1. Create file resolvers.settings.yaml with resolver settings:

    iden3:
        amoy:
            contractAddress: "0xf6..."
            networkURL: "https://polygon-amoy..."
    
  2. Build docker container:

    docker build -t driver-did-iden3:local
    
  3. Run docker conainer:

    docker run -p 8080:8080 driver-did-iden3:local
    

    WALLET_KEY is only needed for the resolver if it's a trusted resolver that includes signature of EIP712 message when requested in the resolution with signature=EthereumEip712Signature2021. In this case you have to run:

    docker run -p 8080:8080 -e WALLET_KEY=<your_wallet_key> driver-did-iden3:local
    

Directories

Path Synopsis
cmd
pkg
app
services/blockchain/eth/contract/mock
Package mock_eth is a generated GoMock package.
Package mock_eth is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL