Manifold Ethereum Provider
Last updated
Was this helpful?
Last updated
Was this helpful?
The Manifold Ethereum Provider is a wrapper around that provides a number of convenience APIs for chain detection, wallet detection and automated provider switching (it will use the injected browser provider whenever possible).
The Manifold Ethereum Provider is instantiated by the
Add the to your page. This will instantiate the Manifold Ethereum Provider.
Wait for Manifold Ethereum Provider to finish initialization. You can do this by using the detectManifoldEthereumProvider
function found in the npm package
Once initialized, you will have access to the Manifold Ethereum Provider via window.ManifoldEthereumProvider
You can find all the functionality that Manifold Ethereum Provider gives you by looking at the package.