Add support to locally conifgure web3 provider #10

Merged
bumi merged 1 commits from feature/locally-configurable-provider into master 2017-05-14 13:05:31 +00:00
bumi commented 2017-05-14 10:41:04 +00:00 (Migrated from github.com)

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.

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.
galfert commented 2017-05-15 09:34:11 +00:00 (Migrated from github.com)

Shouldn't this be documented somewhere, like the readme?

Shouldn't this be documented somewhere, like the readme?
Sign in to join this conversation.