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. Beginning Ethereum Smart Contracts Programming is your fastest and most efficient means of getting started if you are unsure where to begin and how to...

Descripción completa

Detalles Bibliográficos
Autor principal: Lee, Wei-Meng. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:1st ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631042306719
Tabla de Contenidos:
  • Chapter 1: Understanding Blockchain
  • Chapter 2: Implementing Your Own Blockchain using Python
  • Chapter 3: Connecting to the Ethereum Blockchain
  • 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: Testing Smart Contracts Using Ganache
  • Chapter 8: Using the Web3.js APIs
  • Chapter 9: Smart Contract Events
  • Chapter 10: Project – Online Lottery
  • Chapter 11: Creating Your Tokens.