Functions for Identity Wallets
-
Gradle version 7, or newer
-
Set the following environment variables:
-
IOG Repository credentials:
PRISM_SDK_USER = (Request to IOG)
PRISM_SDK_PASSWORD = (Request to IOG)
-
Atala PRISM Node host and port:
PRISM_NODE_HOST = (Request to IOG)
PRISM_NODE_PORT = (Request to IOG, default 50053)
-
Github credentials, generate a personal access token (PAT) with read:packages option enabled.
GITHUB_USER = <github user>
GITHUB_TOKEN = <PAT Token>
-