@web3-wallet/coinbase-wallet
TypeScript icon, indicating that this package has built-in type declarations

2.4.1 • Public • Published

Coinbase Wallet

Install

pnpm add @web3-wallet/coinbase-wallet @coinbase/wallet-sdk

Usage

import CoinbaseWallet from '@web3-wallet/coinbase-wallet';
import { createWallet } from '@web3-wallet/react';

const wallet = createWallet(
  new CoinbaseWallet({
    providerOptions: {
      appName: 'My App',
      scanToConnectOptions: {
        rpcUrl: 'xxx',
        chainId: 1,
      },
    },
  }),
);

See also: https://docs.cloud.coinbase.com/wallet-sdk/docs/installing

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.4.11latest
0.1.1-next.00next

Version History

VersionDownloads (Last 7 Days)Published
2.4.11
2.4.00
2.3.00
2.2.00
2.1.00
2.0.30
2.0.20
2.0.10
2.0.00
1.1.20
1.1.10
1.1.00
1.0.11
1.0.00
0.9.110
0.9.100
0.9.90
0.9.80
0.9.70
0.9.60
0.9.50
0.9.40
0.9.30
0.9.20
0.9.10
0.9.00
0.8.00
0.7.00
0.6.01
0.5.00
0.4.10
0.4.00
0.3.10
0.3.00
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.30
0.1.20
0.1.10
0.1.1-next.00
0.1.00
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20

Package Sidebar

Install

npm i @web3-wallet/coinbase-wallet

Weekly Downloads

3

Version

2.4.1

License

MIT

Unpacked Size

70.9 kB

Total Files

35

Last publish

Collaborators

  • logan_luo