Screenshots
Last updated
Was this helpful?
Last updated
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.