美文网首页
Build a Blockchain and a Cryptoc

Build a Blockchain and a Cryptoc

作者: 寺院的研究僧 | 来源:发表于2018-05-12 03:05 被阅读9次
image

The blockchain is the main technology behind Bitcoin, Ethereum, and the other prominent cryptocurrencies that we read about in the news today. By leveraging the blockchain, cryptocurrencies create a system of “trustless”ness. This cuts the need for middle men like banks and traders in economic systems.

The course is designed into sections that introduce the main concepts of the blockchain one-by-one. By the end of the course, you will have a respectable blockchain project in your repertoire.

Some of the main course highlights:
Build a Blockchain in the object-oriented programming style.
Generate hashes for blocks in the chain.
Unit Test Components of the Blockchain.
Create an API around the Blockchain.
Create a real-time connected peer-to-peer server.
Implement a proof-of-work algorithm.
Sign Transactions with cryptography and digital signature.
Create a Transaction Pool for a real-time list of incoming data.
Include transactions in core blocks of the chain.

We’ll use NodeJS to implement this project. Don’t worry if you’re not familiar with JavaScript. This course explains the purpose behind every line and keyword. So, while JS experience will help, it’s not an absolute requirement.


链接: https://pan.baidu.com/s/1GZI8W0P1rYJOTZt-uJHG3w 密码: 8hnn

相关文章

网友评论

      本文标题:Build a Blockchain and a Cryptoc

      本文链接:https://www.haomeiwen.com/subject/ixccdftx.html