- Learn Blockchain Programming with JavaScript
- Eric Traub
- 221字
- 2021-06-10 18:40:32
Preface
With the help of this book, you'll get to build your own blockchain prototype and a decentralized network by using the JavaScript programming language. Building your own blockchain will help you understand various concepts related to blockchains, such as how blockchain technology works under the hood, how decentralized blockchain networks function, and how to code the blockchain and decentralized network using JavaScript. Also, you will get to learn why blockchain is such a secure and valuable technology.
The blockchain that you'll build throughout this book will have functionalities that are similar to those you would find on a real-life blockchain, such as Bitcoin or Ethereum. Your blockchain will have functionalities such as the ability to mine new blocks, create new and immutable transactions, and perform a proof of work to secure the blockchain. In addition to these, your blockchain will consist of many other important features. You'll get to explore those as you read further through the chapters.
When you have completed this book, you will have a thorough understanding of how blockchain technology actually works and why this technology is so secure and valuable. You will also have a deep understanding of how decentralized blockchain networks function and why decentralization is such an important feature for securing the blockchain.
- Flutter開發(fā)實(shí)戰(zhàn)詳解
- Mastering ServiceStack
- Vue.js前端開發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Visual C
- Learning JavaScript Data Structures and Algorithms
- Swift語言實(shí)戰(zhàn)精講
- BeagleBone Black Cookbook
- FPGA Verilog開發(fā)實(shí)戰(zhàn)指南:基于Intel Cyclone IV(進(jìn)階篇)
- 編程與類型系統(tǒng)
- Programming Microsoft Dynamics? NAV 2015
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級(jí)賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- Oracle實(shí)用教程
- Hacking Android
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- TypeScript High Performance