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

        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.

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

        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.

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

        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.

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

        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.

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

        lesson

        Basics of BlockchainCreating an ERC20 Token on Ethereum

        Before we dive into the Ethereum blockchain and start writing smart contracts, let's explore what a blockchain actually is. This chapter will jump into some of the fundamentals and give you a practical understanding of what blockchains are. This section will walk you through a coding exercise that will enable you to write a blockchain from scratch.