You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
Currently, when Drizzle is loaded, it automatically tries to connect to Web3.
What we should do is allow Dapp developer to specify when Drizzle should try to connect to Web3.
More specifically, when we create the drizzle object, it doesn't kickstart the connection process. Instead, it waits for a start() method to be executed.
cds-amal, DiscRisknBisque, hantuzun, foxinni and ivanmijatovic89