Brian Kim pfp
Brian Kim
@brianjckim
there’s a huge gap in the market for a mobile-first crypto tooling provider mobile is going to power the next wave of consumer apps, and existing providers focused on desktop aren’t going to cut it
4 replies
4 recasts
16 reactions

Harry pfp
Harry
@htormey
Can you elaborate more on what you mean by tooling provider and why current offerings don’t address this?
1 reply
0 recast
0 reaction

Brian Kim pfp
Brian Kim
@brianjckim
not sure what it’ll look like in the end, but currently no easy way to connect wallet or provision embedded wallets in react native without bouncing between apps
1 reply
0 recast
3 reactions

Cameron pfp
Cameron
@dongambas.eth
Should be something like this imo: *CLI* - npx create-mobile-dapp -t <option for RN, Expo or PWA> *Custody* - RN/Expo has simple method for creating ECDSA keypair, encrypted by Secure Enclave, optionally backed up to cloud.
1 reply
0 recast
1 reaction

Cameron pfp
Cameron
@dongambas.eth
- RN/Expo allows dev to create SC wallet with device ECDSA keypair as signers, configurable recovery etc (no bounce) - PWA version creates passkey for user that is used as signer in SC wallet that supports secp2561r sig validation. (no bounce)
1 reply
0 recast
1 reaction

Cameron pfp
Cameron
@dongambas.eth
- All versions have simple interfaces to WalletConnect for connecting external accounts - easy to understand documentation with security/trust tradeoffs for each custody method and how to "graduate" users to new solutions
1 reply
0 recast
0 reaction