Cardano
  • Welcome
  • Cardano Indexer
    • Introduction
    • Installation
    • Getting Started
    • Usage
    • Screenshots
  • Cardano Libs
    • Introduction
    • Installation
    • Getting Started
    • Usage
  • Cardano Local Private Cluster
    • Getting Started
  • Experimentations and Notes
    • CSL and Ogmios
    • Metadata Server
  • Cardano Unity Wallet
    • Introduction
    • Installation
    • Getting Started
    • Usage
    • Screenshots
  • Cardano Vault
    • Installation
    • Usage
Powered by GitBook
On this page

Was this helpful?

  1. Cardano Unity Wallet

Screenshots

PreviousUsageNextInstallation

Last updated 7 months ago

Was this helpful?

This screenshot was captured using Google Chrome and features the forked Nami wallet, which is integrated with our private Cardano cluster. Upon initial load, you will be prompted to authorize the WebGL application; subsequent connections will occur automatically, thanks to Weld's seamless management.

When you click the "Mint Character" button, it triggers a call to our backend, which retrieves and returns a transaction along with its associated nonce and hash for signing and submission. The Message/Error section then displays the submission output. (the backend is not provided in the source code.)

The primary challenge I'm currently facing involves loading and connecting to different wallets (Eternl, Flint, or Nami) from within the application. Due to a race condition, this issue arises specifically during the initial application load. Once the application is loaded, switching between wallets should function smoothly.