Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 598 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 598 Bytes

React Native passkeys app

This app is a simple React Native app that allows you to test passkeys. The app uses the Safe Core SDK protocol-kit and react-native-passkeys library The app will enable you to:

  • Deploy a new Safe on Ethereum Sepolia.
  • Create a new passkey secured by the user's device.
  • Sign messages and create transactions using the passkey as a signer.

Check the Safe documentation to follow the complete tutorial.

How to run the app

npm install

npm run ios
npm run android
npm run web