Explore all newline lessons
lesson
Creating a Token Smart Contracts for the Blockchain Part 1Creating an ERC20 Token on EthereumOne 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.
lesson
An Introduction to Creating a Solidity Smart Contract GameCreating an ERC20 Token on EthereumSmart 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.
lesson
Writing a Simple Smart ContractCreating an ERC20 Token on EthereumSmart 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.
lesson
Token StandardsCreating an ERC20 Token on EthereumDAI 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.
lesson
Section IntroductionCreating an ERC20 Token on EthereumNow 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.