nft-marketplace icon indicating copy to clipboard operation
nft-marketplace copied to clipboard

Moar wallets

Open burakkaraceylan opened this issue 3 years ago • 0 comments

Adds wallet connections for WalletConnect, WalletLink, Ledger, Fortmatic and Portis.

Warning

  • Had to downgrade react-scripts to 4.0.3 due to https://github.com/facebook/create-react-app/issues/7709
  • Had to fix react-error-overlay to 6.0.9 due to https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined

You need to add below variables to .env (you can get the keys for free from the websites of the services).

  • REACT_APP_INFURA_KEY
  • REACT_APP_FORTMATIC_PROD_KEY
  • REACT_APP_FORTMATIC_TEST_KEY
  • REACT_APP_PORTIS_DAPP_ID

burakkaraceylan avatar Jan 17 '22 19:01 burakkaraceylan