Beginning Ethereum Smart Contracts programming with examples in Python, Solidity, and JavaScript

Use this book to write an Ethereum blockchain smart contract, test it, deploy it, and create a web application to interact with your smart contract. This new edition has been expanded and updated to cover web3.js APIs, additional Consensus Protocols, non-Fungible Tokens (NFTs), developing NFT tokens...

Full description

Bibliographic Details
Main Author: Lee, Wei-Meng
Format: eBook
Language:English
Published: New York Apress 2023
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04020nmm a2200445 u 4500
001 EB002185713
003 EBX01000000000000001323200
005 00000000000000.0
007 cr|||||||||||||||||||||
008 231103 ||| eng
020 |a 9781484292716 
050 4 |a QA76.9.B56 
100 1 |a Lee, Wei-Meng 
245 0 0 |a Beginning Ethereum Smart Contracts programming  |b with examples in Python, Solidity, and JavaScript  |c Wei-Meng Lee 
250 |a 2nd ed 
260 |a New York  |b Apress  |c 2023 
300 |a 140 pages  |b illustrations (black and white) 
505 0 |a Chapter 1: Understanding the Science Behind Blockchain Cryptography -- Chapter 2: Understanding Blockchain -- Chapter 3: Implementing Your Own Blockchain Using Python -- Chapter 4: Creating Your Own Private Ethereum Test Network -- Chapter 5: Using the MetaMask Chrome Extension -- Chapter 6: Getting Started with Smart Contract -- Chapter 7: Storing Proofs Using Smart Contracts -- Chapter 8: Using the web3.js APIs -- Chapter 9: Developing Web3 dapps using Python -- Chapter 10: Project: Online Lottery -- Chapter 11: Creating Your Tokens -- Chapter 12 - Creating Non-Fungible Tokens (NFT) Using ERC-721 -- Chapter 13 Introduction to Decentralized Finance 
653 |a Blockchains (Databases) / fast 
653 |a Virtual computer systems / fast 
653 |a Traitement réparti 
653 |a Chaînes de blocs 
653 |a Blockchains (Databases) / http://id.loc.gov/authorities/subjects/sh2016002790 
653 |a Electronic data processing / Distributed processing / fast 
653 |a Web applications / Programming 
653 |a Electronic data processing / Distributed processing / http://id.loc.gov/authorities/subjects/sh85042293 
653 |a Systèmes virtuels (Informatique) 
653 |a Virtual computer systems / http://id.loc.gov/authorities/subjects/sh85143804 
653 |a Applications Web / Programmation 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
028 5 0 |a 10.1007/978-1-4842-9271-6 
776 |z 9781484292716 
776 |z 9781484292709 
776 |z 1484292707 
776 |z 1484292715 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484292716/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.75/8 
520 |a Use this book to write an Ethereum blockchain smart contract, test it, deploy it, and create a web application to interact with your smart contract. This new edition has been expanded and updated to cover web3.js APIs, additional Consensus Protocols, non-Fungible Tokens (NFTs), developing NFT tokens using ERC-721, and more! 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 Lees 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