Getting Started with EVM networks
Last updated
Was this helpful?
Last updated
Was this helpful?
The Phantom browser extension and mobile in-app browser are both designed to interact with web applications. EVM web apps can interact with Phantom via the provider that is injected at window.phantom.ethereum
. This provider conforms to the standard and is also injected at window.ethereum
to support legacy integrations. Phantom also supports for ease of integration.
Additionally, Phantom has enabled support for the Monad Testnet, allowing developers and users to interact with the Monad network before its mainnet launch.
Developers can integrate Monad Testnet support using Phantom’s existing EVM provider by adding the relevant and referring to the Monad documentation for any .
Note: Users must enable the Monad Testnet in Phantom’s settings before interacting with it. Once Monad mainnet support is enabled by default, this step will no longer be necessary.
This documentation is dedicated to covering all aspects of the provider.