Software Alternatives & Reviews

Deploying and accesing an Ethereum contract using ethers and Angular

MetaMask.io Visual Studio Code Angular.io
  1. A crypto wallet & gateway to blockchain apps
    Pricing:
    • Open Source
    Go to metamask site and click on the Download button. In the next page, you will see a button for installing metamask as an extension of your browser. Follow the instructions to install and creating your account.

    #Cryptocurrencies #Cryptocurrency Wallets #Crypto Payment Gateway 620 social mentions

  2. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    Open the project folder with an editor of your choice (I am using vscode) and you will see the folders and files created by the angular-cli command which are required to start developing. Before starting to write code, let's install ethers and typechain since we will need them to complete the rest of the article.

    #Text Editors #IDE #Software Development 1010 social mentions

  3. Angular is a JavaScript web framework for creating single-page web applications. The code is free to use and available as open source. It is further maintained and heavily used by Google and by lots of other developers around the world.
    After receiving ETH on your address, you are ready to get some GoerliETH. Go back to the goerli faucet and click on signup or login with Alchemy. After being logged, paste your address on the input and click on Send me ETH. If everything works, you will see a new transaction and after a few seconds you should have received your GoerliETH in your metamask account. Now, we are ready to start our angular app.

    #JavaScript Framework #JS Library #Web Development Tools 283 social mentions

Discuss: Deploying and accesing an Ethereum contract using ethers and Angular

Log in or Post with