Connect To MetaMask

Action from Web3 & MetaMask plugin element. Used in workflows.

If the MetaMask is installed, this action will open a pop-up with the user wallet asking to connect to current app with MetaMask.

See Quick Start Example on how to connect the wallet to your app. Note! You can connect multiple wallets at once by selecting more than one in your MetaMask when asked to connect. When switching between wallets, an event called User selected another Wallet will trigger.

Events

Event name
Description

MetaMask Connected

Triggered when wallet is connected.

States

State name
Type
Description

Wallet Address

Text

Currently connected wallet address.

MetaMask is Connected

Yes/No

Is the wallet connected to the app.

Connected to Chain ID

Number

Chain id of the connected wallet. See all chain IDs on this site https://chainlist.org/

Connected to Chain Name

Text

Same as Chain ID but shows the chain name.

Chain Token Symbol

Text

Token symbol of the connected chain, example: ETH, MATIC, BNB, etc.

Last updated