Coinbase
Coinbase Wallet is a self-custody crypto wallet, available as a browser extension and a mobile app on Android and iOS.
Features
- DeFi and dApp Integration: Supports direct access to DeFi platforms and dApps within the wallet.
- Cross-Platform Compatibility: Available as a mobile app and browser extension for versatile use.
- Custom Network Configuration: Enables users to add and switch between custom blockchain networks.
Quickstart
-
Install the package:
Terminal window npm install --save web3 @coinbase/wallet-sdkTerminal window yarn add web3 @coinbase/wallet-sdk -
Import the library and start using it:
import CoinbaseWalletSDK from '@coinbase/wallet-sdk'