Overview
Introduction
CoinbaseWalletProvider is an JavaScript Ethereum provider.
It allows JavaScript applications to make Ethereum RPC requests, via its request
method.
These requests will be handled in one of three ways
- Sent to the Wallet (Wallet mobile app, extension, or popup window).
- Handled locally
- Passed onto default RPC provider for the given chain, if it exists.