@helium/crypto-react-native
v4.12.1-alpha.0
Published
Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native
Downloads
544
Readme
@helium/crypto-react-native
Getting Started
yarn add @helium/crypto-react-native
@helium/crypto-react-native
requires that the react-native-sodium
dependency be added directly to your project so that the underlying native dependency can be autolinked.
yarn add react-native-sodium
On iOS, install pods:
cd ios && pod install