MetaMask

Initialization

Let's take a look at the Metamask's adapterConfigs:

const auth = new ProticoAuthCore({
       ...
        adapterConfigs: {
          [SUPPORTED_ADAPTERS.METAMASK]: { enabled:true }, 
          ...
        },
      });

Parameters description

Parameter
Description
Optional

enabled

Is Metamask enabled?

No

This will also work with other non-custodial wallets that use the same provider as

Last updated