Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 699 Bytes

wal-library

Functions for Identity Wallets

Requirements:

  • 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>