Explore all newline lessons
lesson
Compiling and Deploying the ERC-20 Smart ContractCreating an ERC20 Token on EthereumSince 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.
lesson
Creating a Token Smart Contracts for the Blockchain Part 3Creating an ERC20 Token on EthereumNow 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.
lesson
Creating a Token Smart Contracts for the Blockchain Part 2Creating an ERC20 Token on EthereumIn 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.