Content pfp
Content
@
0 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
Coinbase smart wallet (and open browser wallet) + react native expo update - published a react native compatible fork of the coinbase wallet sdk on npm (docs coming soon) - cleaned up the gateway UI - added wagmi state persistence (auto reconnect) https://github.com/stephancill/open-browser-wallet-expo
6 replies
5 recasts
49 reactions

Tony D’Addeo  pfp
Tony D’Addeo
@deodad
my man you are crushing it! what was the tldr of the changes to get it working in rn
1 reply
0 recast
2 reactions

Stephan pfp
Stephan
@stephancill
working on a guide right now the key part is exposing the class that handles communication via popup and allowing that to be extended to use browser sessions instead then there's some annoying crypto polyfill stuff because it uses an encryption scheme that is not in react-native-quick-crypto yet there's also a gateway that sits in the middle that facilitates translating the web session messages to popup messages for csw. messages are encrypted but an app could host their own version of it for whitelabeling purposes
0 reply
0 recast
0 reaction