Skip to content

2.1.0

Compare
Choose a tag to compare
@Nakasar Nakasar released this 18 Jul 14:53
· 2 commits to main since this release
3f3b07a

Added

  • Implemented a new contract Gateway to interact with the IdFactory. The Gateway contract allows individual
    accounts (being EOA or contracts) to deploy identities for their own address as a salt. To deploy using
    a custom salt, a signature from an approved signer is required.
  • Implemented a new base contract Verifier to be extended by contract requiring identity verification based on claims
    and trusted issuers.