Creating a Decentralized Blockchain Network

In this chapter, let's focus on building a decentralized blockchain network. The way that our blockchain works right now is that we have a single blockchain, and the only way to access it is through the API: our single server. This server is very centralized, which is not beneficial because the API is in total control of the blockchain and the data that gets added to it.

In the real world, all blockchain technology is hosted across a decentralized network. In this chapter, that's what we're going to focus on building. We'll build a decentralized blockchain network by creating various instances of the API. Each of these instances of the API are going to be a network node in our blockchain network. ...

Get Learn Blockchain Programming with JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.