Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Compiling and Deploying the ERC-20 Smart Contract

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.

Creating a Token Smart Contracts for the Blockchain Part 3

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.

Creating a Token Smart Contracts for the Blockchain Part 2

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.