Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Most Recent
        Most Popular
        Highest Rated
        Reset
        https://s3.amazonaws.com/assets.fullstack.io/n/20220425021219649_1920x1080-2v2%20%286%29.png

        lesson

        Compiling and Deploying the ERC-20 Smart ContractCreating an ERC20 Token on Ethereum

        Since our main token smart contract has several different smart contracts involved, in this chapter, we will use a tool called Truffle to simplify smart contract compilation and deployment. At the end of this chapter, we will use Truffle and another tool called Infura to send our token smart contract to a public Ethereum test network.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220425021219649_1920x1080-2v2%20%286%29.png

        lesson

        Creating a Token Smart Contracts for the Blockchain Part 3Creating an ERC20 Token on Ethereum

        Now that we have the basic implementation of the ERC-20 token created, let's create a few smart contracts that we can use to add more functionality to the token smart contract we will be creating. At the end of this chapter, we will be ready to compile and deploy our token smart contract.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220425021219649_1920x1080-2v2%20%286%29.png

        lesson

        Creating a Token Smart Contracts for the Blockchain Part 2Creating an ERC20 Token on Ethereum

        In this chapter, we will continue writing the ERC-20 token smart contracts. We will learn about how smart contracts follow object oriented programming by importing contracts we created in the previous chapter into the smart contracts we will be writing in this chapter. In this chapter, we will have the basic ERC-20 token implemented with Solidity.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220425021219649_1920x1080-2v2%20%286%29.png

        lesson

        Creating a Token Smart Contracts for the Blockchain Part 1Creating an ERC20 Token on Ethereum

        One of the most popular uses of smart contracts is to create ERC-20 tokens. In this chapter, we will learn about the ERC-20 token standard and start writing some of the smart contracts required to create the ERC-20 token for the Ethereum blockchain.