With Examples in Python, Solidity, and JavaScript
Buch, Englisch, 370 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 728 g
ISBN: 978-1-4842-9270-9
Verlag: Apress
Beginning Ethereum Smart Contracts Programming, second edition is your fastest and most efficient means of getting started if you are unsure where to begin and how to connect to the Ethereum blockchain. The book begins with a foundational discussion of blockchain and the motivation behind it. From there, you will get up close and personal with the Ethereum blockchain, learning how to use an Ethereum client (geth) to create a private Ethereum blockchain to perform transactions such as sending Ethers to another account on another node.
You will learn about smart contracts without having to wade through tons of documentation. Author Lee’s “learn-by-doing” approach will allow you to be productive and feel confident in your ability in no time. The last part of this book covers tokens, a topic that has taken the cryptocurrency market by storm.
Sample code in Python, Solidity, and JavaScript is provided in the book and online.
What You'll Learn
- Understand the basic premise of blockchain and “record keeping” in a peer-to-peer network
- Experience blockchain in action by creating your own blockchain using Python
- Know the foundation of smart contracts programming and how to deploy and test smart contracts
- Work on a case study to illustrate the use of blockchain
- Be familiar with tokens, and how to create and launch your own ICO digital token
- Write smart contracts that transact using tokens
Who This Book Is For
Those who want to get started quickly with Ethereum smart contracts programming. Basic programming knowledge and an understanding of Python or JavaScript is recommended.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Microsoft Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Betriebssysteme Linux Betriebssysteme, Open Source Betriebssysteme
Weitere Infos & Material
---NEW Chapter----
Chapter 1 - Technologies Behind Blockchain
Basic Cryptography
Types of Cryptographic algorithms
Symmetric
Asymmetric
Hashing
Digital Signature
Summary
Chapter 2 - Understanding Blockchain
---NEW Section---
Consensus Protocols
Proof of Stake (PoS)
Proof of Elapsed Time
Proof of Space
...
-----------------
Chapter 3 - Implementing Your Own Blockchain using Python
Chapter 4 - Connecting to the Ethereum Blockchain using Geth
Chapter 5 - Creating Your Own Private Ethereum Test Networks
Chapter 6 - Using the Crypto Wallet - MetaMaskChapter 7 - Getting Started with Solidity Smart Contracts
Chapter 8 - Testing Smart Contracts using Ganache
Chapter 9 - Building Decentralized Apps using the web3.js APIs
Chapter 10 - Handling Smart Contract Events
Chapter 11 - Project - Online LotteryChapter 12 - Creating Tokens using ERC-20
---revised using OpenZepplin’s contract---
---NEW Chapters----
Chapter 13 - Creating Non-Fungible Tokens using ERC-721
What is a NFT?
Storing Digital Assets using IPFS
What is IPFS
Uploading a file to IPFS
Accessing a file from IPFS
NFT and IPFS
Creating the NFT Token Contract
Deploying the contract
Minting the NFT Token Contract
Getting the Owner of the NFT
Getting the Name and Symbol of NFT
Finding the Balance of NFT for an Address
Getting the Owner of the NFT
Getting the TokenURI
Transferring a NFT
Transferring Ownership of the NFT Contract
Chapter 14 – Introduction to DeFi
What is Decentralized Finance
Stablecoins
Types of Stablecoins
USDC
DAI
Services in DeFi
Components in DeFi
Applications of DeFi
------------------




