Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Creating a Token Smart Contracts for the Blockchain Part 1

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.

An Introduction to Creating a Solidity Smart Contract Game

lesson

An Introduction to Creating a Solidity Smart Contract GameCreating an ERC20 Token on Ethereum

Smart contracts can be used to design any type of software, including games. In this chapter, we will continue building on our Solidity skills by writing a smart contract game. Some of the key concepts introduced in this chapter will include payable functions and function modifiers.

Writing a Simple Smart Contract

lesson

Writing a Simple Smart ContractCreating an ERC20 Token on Ethereum

Smart contracts can be used to create anything on the Ethereum blockchain. Developers can write software, cryptocurrencies, or anything that their mind imagines. This section will introduce the Solidity programming language and enable the reader to start writing their first smart contract.

Token Standards

lesson

Token StandardsCreating an ERC20 Token on Ethereum

DAI is a stable coin that is backed by the ether cryptocurrency. It also has a set of smart contracts that allow people to lock their ether and create stablecoins called Dai. The Dai token has a price target of $1 USD and allows people to trade between other cryptocurrencies without worrying about volatility.

Section Introduction

lesson

Section IntroductionCreating an ERC20 Token on Ethereum

Now that we understand how blockchains work, let's dive into the Ethereum blockchain. There are various concepts from the protocol itself, how accounts work and the blockchain's underlying cryptocurrency which can be tricky to understand. This chapter will explore the Ethereum blockchain in detail and help you get comfortable with some of the basics.