Socket
Book a DemoInstallSign in
Socket

@thorswap-lib/evm-web3-wallets

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@thorswap-lib/evm-web3-wallets

THORSwap Lib evm-web3-wallets

latest
Source
npmnpm
Version
0.0.0-nightly-20230904215030
Version published
Maintainers
3
Created
Source

@thorswap-lib/evm-web3-wallets

Install

pnpm add @thorswap-lib/evm-web3-wallets

To use the browser extensions you need to extend core and install the corresponding package for the chain you want to use.

import { SwapKitCore } from '@thorswap-lib/swapkit-core';
import { evmWallet } from '@thorswap-lib/evm-web3-wallets';

const client = new SwapKitCore();

client.extend({
  wallets: [
    evmWallet, // MM, Brave, Trust, Coinbase
  ],
});

client.connectEVMWallet(chains, WalletOption.Metamask)
chainMetamaskBraveWalletWalletconnectCoinbasepackage
BTC@thorswap-lib/toolbox-utxo
LTC@thorswap-lib/toolbox-utxo
BCH@thorswap-lib/toolbox-utxo
DOGE@thorswap-lib/toolbox-utxo
ETH@thorswap-lib/toolbox-evm
AVAX@thorswap-lib/toolbox-evm
BSC@thorswap-lib/toolbox-evm
COSMOS (ATOM)@thorswap-lib/toolbox-cosmos
BNB@thorswap-lib/toolbox-cosmos
THORCHAIN (RUNE)@thorswap-lib/toolbox-cosmos

FAQs

Package last updated on 04 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts