Mobile storage
Portal's MPC functionality stores user's MPC signing shares on-device. In order to enable this functionality, your must register a mobile storage adapter with your Portal instance.
You can use one of the following mobile storage adapters within your app:
@portal-hq/keychain - uses
react-native-keychain
@portal-hq/mobile-key-values - uses
react-native-mmkv
Last updated