GetScatter / ScatterWebExtension

Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
MIT License
366 stars 127 forks source link

Cannot instantiate scatter instance #141

Open blockchain-expert opened 6 years ago

blockchain-expert commented 6 years ago

I'm trying to connect my dapp with scatter. But, I can't instantiate scatter instance in js using document.addEventListener('scatterLoaded', scatterExtension => { const scatter = window.scatter; }) Scatter is not available from the window scope. How can I solve this issue?