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

3.0.0 • Public • Published

Coinbase Wallet

Install

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

Usage

import CoinbaseWallet from '@react-web3-wallet/coinbase-wallet';
import { createWallet } from '@react-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

Package Sidebar

Install

npm i @react-web3-wallet/coinbase-wallet

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

70.1 kB

Total Files

34

Last publish

Collaborators

  • logan272