This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@thorswap-lib/evm-web3-wallets
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-nightly-20230904215030 • Public • Published

@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)
chain Metamask BraveWallet Walletconnect Coinbase package
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

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @thorswap-lib/evm-web3-wallets

Weekly Downloads

2

Version

0.0.0-nightly-20230904215030

License

MIT

Unpacked Size

28.2 kB

Total Files

11

Last publish

Collaborators

  • chillios
  • mogarchy
  • olegpetrov