Add support to locally conifgure web3 provider #10
Reference in New Issue
Block a user
Delete Branch "feature/locally-configurable-provider"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If no web3 is provided from the browser we check if a
config:web3ProviderUrl item is set in localstorage.
If yes we connect to that provider otherwise use the default config.
Helpful for working simultanously with different chains and providers.
Shouldn't this be documented somewhere, like the readme?