Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed #11 - Uncaught (in promise) ReferenceError: Web3 is not defined #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2021

  1. fixed dappuniversity#11 - Uncaught (in promise) ReferenceError: Web3 …

    …is not defined
    
    This issue is due to the fact that metamask no longer injects web3 by default
    
    package.json
    - added web3 dependency
    
    src/index.html
    - added web3 dependency
    jdohm committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    5f2a159 View commit details
    Browse the repository at this point in the history
  2. set default account to use on web3

    this resolves the following issue:
      Uncaught (in promise) Error: invalid address
        at inputAddressFormatter (formatters.js:274)
    jdohm committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    21f522c View commit details
    Browse the repository at this point in the history