Using cardano-wallet for ingame sign in

If you are using an existing CIP-30 wallet then refer to the API of the browser extension you are integrating with. Most likely you just need some JavaScript call outs and callbacks which is what I do on the front-end while using something else on back-end.

If you are attempting to use the Cardano wallet via third party wrapper API then refer to their documentation on how to make requests. Specifically Blockfrost has SDK language bindings for many popular languages.

If you are trying to integrate with a native mobile app instead of a browser you’re going to have a bad time. Good luck Kotlin/Swift trail blazer!

If you are attempting to use Haskell on a mobile device may your deity and any other gods have mercy on your soul …