Beginning Ethereum Smart Contracts Programming
eBook - ePub

Beginning Ethereum Smart Contracts Programming

With Examples in Python, Solidity, and JavaScript

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Beginning Ethereum Smart Contracts Programming

With Examples in Python, Solidity, and JavaScript

Book details
Table of contents
Citations

About This Book

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 coverweb3.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 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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Beginning Ethereum Smart Contracts Programming by Wei-Meng Lee in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484292716
Edition
2

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Understanding the Science Behind Blockchain: Cryptography
  4. 2. Understanding Blockchain
  5. 3. Implementing Your Own Blockchain Using Python
  6. 4. Creating Your Own Private Ethereum Test Network
  7. 5. Using the MetaMask Crypto-Wallet
  8. 6. Getting Started with Smart Contracts
  9. 7. Storing Proofs Using Smart Contracts
  10. 8. Using the web3.js APIs
  11. 9. Developing Web3 dapps using Python
  12. 10. Project: Online Lottery
  13. 11. Creating Your Tokens
  14. 12. Creating Non-Fungible Tokens Using ERC-721
  15. 13. Introduction to Decentralized Finance
  16. Back Matter