walletless-arcade-example
walletless-arcade-example copied to clipboard
An example Flow App to demonstrate walletless onboarding and promote composable, secure, and smooth UX for on-chain games without the need for a traditional backend.
### Current Behavior Currently, when signing the `ADD_AS_CHILD_ACCOUNT` transaction upon linking a wallet to the RPS game app, the transaction fails with the following error: ``` [Error Code: 1008] error...
Absorb mouse click on full screen spinner
## Problem Currently, keys are stored locally client-side. This is not very secure and causes problems submitting multiple transactions (#85). Issues also arise because app-managed accounts need a reference point...
### Issue to be solved At the moment we have one proposer key that signs transactions in the app on behalf of the linked account. This causes issues where multiple...
### Current Behavior Im trying to get the project to build, but whenever Im in the root directory and run `flow emulator start` I get an error stating: `🙏 Configuration...