Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.6 KB

File metadata and controls

68 lines (47 loc) · 1.6 KB

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