use npm
npm i @gen/wallet
use yarn
yanr add @gen/wallet
import { MetaMask } from "@gen/wallet"; const walletMetaMask = new MetaMask() await walletMetaMask.requestConnect(chainId) console.log(walletMetaMask)
Last updated 2 years ago