SiweServiceClient
How To Use
Prequisites:
Import the Wallet Service:
import Wallet from '@sdk/src/services/Wallet';Initialize the wallet and custom storage:
const storage = new SecureStorage();
const wallet = Wallet.create('YOUR_AUTH_SERVER_BASE_URL', storage);
const siweServiceClient = wallet.siweServiceClient;Examples:
Associated Interface
https://github.com/GDP-ADMIN/didPass-Wallet/blob/development/sdk/docs/interfaces/isiweserviceclient.mdLast updated