This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Description
Overview
Duplicating this issue since this is the more appropriate repo.
EIP1102 introduced a enable function. When called, this function triggers a permission flow that requires user intervention.
Embark calls this at JS load time, forcing users to make this choice directly even if not yet needed.
Ultimately embark should not call this API and let devs decide when it has to be called.