torusresearch / torus-embed

Embeds the Torus Wallet directly in your application via torus-embed. Exposes a Web3 Provider.
https://demo-eth.tor.us
MIT License
85 stars 52 forks source link

Torus-Wallet-unpkg #566

Closed Tisi22 closed 10 months ago

Tisi22 commented 1 year ago

Describe the bug The unpkg example that you have in your website does not work

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Torus'
  2. Click on 'unpkg'
  3. Copy code and follow instructions
  4. See error: Torus is not a constructur
binilvjacob commented 11 months ago

I had the same issue. const torus = new Torus.default(); using this solved mine. Hope it works for you.