Connect to a user's wallet
Use this method to authenticate users with Altura Guard II.
Usage in your script
const AlturaGuard = await altura.alturaGuard(GUARD_CODE);
Parameters
Parameter
Type
Required
Description
GUARD_CODE
String
Yes
User entered Altura Guard code
Last updated