GAIA-X4PLC-AAD / gx-credentials-old

TP 1: Create portable verified credentials on Tezos with public accounts.
https://tzprofiles.com
Apache License 2.0
1 stars 0 forks source link

Ghostnet support #1

Closed boz1 closed 1 year ago

boz1 commented 2 years ago

What?

Made the necessary changes to enable ghostnet connection. Updated the version of @taquito/beacon-wallet to 13.0.1 to support ghostnet.

Misc.

If you get Cannot read properties of undefined (reading 'rc') in your browser's console when you run dapp, then:

  1. In your dapp/node_modules, locate @taquito/beacon-wallet and delete the node_modules folder inside of it.
  2. Run npm install inside the @taquito/beacon-wallet.

This should fix the issue.