Skip to content

Sample application to securely manage wallet mnemonic and private keys

License

Notifications You must be signed in to change notification settings

YutaSugimura/react-native-secure-storage-manager-app

Repository files navigation

Securely manage private keys using React-native-keychain

Sample application to securely manage wallet mnemonic and private keys.

ToDo

  • Support Biometry
  • Change Password
  • Authentication without login required

Use

  yarn add react-native-keychain
  yarn add react-native-quick-crypto

Get Started

  1. install
  yarn install
  npx pod-install

  # or (use new architecture on iOS)
  cd ios
  RCT_NEW_ARCH_ENABLED=1 pod install
  1. start node
yarn start
  1. start Emulators
  yarn ios
  # or
  yarn android

Versions

issues

LICENSE

MIT