Utilities for linking a 3rd party app to the helium wallet. The link token is used for hotspot onboarding, location
assertion, and ownership transfer transaction signing with the Helium Wallet and Hotspot apps.
When using this library in React Native you must patch the @helium/crypto calls
with @helium/crypto-react-native. You can do this using patch-package
by adding the following file to your React Native root at /patches/@helium+wallet-link+4.6.1.patch.
@helium/wallet-linkUtilities for linking a 3rd party app to the helium wallet. The link token is used for hotspot onboarding, location assertion, and ownership transfer transaction signing with the Helium Wallet and Hotspot apps.
Installation
React Native
When using this library in React Native you must patch the
@helium/cryptocalls with@helium/crypto-react-native. You can do this using patch-package by adding the following file to your React Native root at/patches/@helium+wallet-link+4.6.1.patch.In your
package.jsonadd the following script to run the patch on postinstall:Lastly run
yarnornpm installand the patch will be installed.Browser or other JS environments
Usage