@reown/appkit-siwe-react-native
Version:
#### 🔎 [Examples](https://github.com/reown-com/react-native-examples)
9 lines • 478 B
JavaScript
export { formatMessage, getDidChainId, getDidAddress } from '@walletconnect/utils';
import { AppKitSIWEClient } from './client';
export { getAddressFromMessage, getChainIdFromMessage, verifySignature } from './helpers/index';
export { SIWEController } from './controller/SIWEController';
export function createSIWEConfig(siweConfig) {
return new AppKitSIWEClient(siweConfig);
}
export * from './scaffold/views/w3m-connecting-siwe-view/index';
//# sourceMappingURL=index.js.map