This package exposes a client-side EIP-1193 compatible Ethereum provider that leverages an FCL-authenticated Cadence Owned Account (COA) under the hood. It enables wallets without native EVM capabilities to emulate Ethereum JSON-RPC by delegating signing and COA interactions to FCL.
npm install --save @onflow/fcl-ethereum-provider
Check out the documentation for guides and examples on how to integrate and use this provider in your project.
Apache-2.0