WalletConnect / web3modal-vanilla-js-example

An example application how to use Web3modal from vanilla JavaScript
https://web3modal.com/
173 stars 147 forks source link

How to add Arkane and Frame? #12

Open danimesq opened 3 years ago

danimesq commented 3 years ago

@pedrouid

Have tried:

const ethProvider = window.frame;

and

frame: { package: ethProvider // required },

at example.js, and in index.html:

I think it may need better documentation about vanilla JavaScript and unpkg.

danimesq commented 3 years ago

Also, how to enable Login with Google?