LogoLogo
ProductsCommunityGitHubShare Feedback
Apps
Apps
  • Getting Started
  • Solutions
    • Web Wallet
      • Quick Start
      • Try it out!
      • Full Guide
        • Source code
        • Docker images
      • Authentication
      • Functions
      • Architecture
      • Configurations
        • Host
        • Credentials
        • Tokens
        • Storage
    • Verifier Portal
    • Issuer Portal
  • Community
    • Discord
    • Twitter
    • Newsletter
    • GitHub Discussions
  • DEVELOPER RELATIONS
    • Contribute
    • Roadmap
    • Share Feedback
    • Contact
  • Product Editions
    • Open Source | Always Free
    • Enterprise | Self-Managed
    • Cloud Platform | Managed
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Solutions
  2. Web Wallet

Architecture

PreviousFunctionsNextConfigurations

Last updated 1 year ago

Was this helpful?

Web-wallet consists of 2 modules (both part of the same repository):

  • frontend - customer facing user interface that enables user interaction with wallet's main functions

  • backend - providing the required support for frontend, such as:

    • authentication (walletkit)

    • credential-related dependencies (walletkit)

    • token-related dependencies (nftkit)

    • storage (RDBMS)