Learn about Ethereum blockchain development
If you are new to the blockchain technology, taking our Introduction to Blockchain Technology self-paced course is highly recommended. Also, for a comprehensive coverage of blockchain development in Ethereum or mastering Solidity programming, taking our below self paced courses is highly recommended:
In this article series, we will move our focus to Ethereum private chains. For developers, private blockchains are set up for testing purposes. Private chains have advantages over public blockchains in testing. For example, there is no need for nodes syncing or obtaining test ether, as you are the only user, and there are no other smart contracts. But the disadvantage is that the testing won't be as good as real scenarios in a public blockchain, in the absence of other nodes, users, and contracts.
As blockchain technology has matured, enterprises have started to adopt the technology for their own use cases. It's important for you to understand not only the public blockchains but also the private and permissioned ones. Developers should know how to set up their own blockchains.
We will have a look at the difference between public and private blockchains, and take you through the steps for setting up a private blockchain using Ethereum. We will also look at the options flags that we can use with new chains. At the end of this article series, we will provide a brief overview of popular private blockchains, including R3 Corda, Hyperledger Sawtooth, and Quorum, and their usages in the industry. The series will also explain private blockchains in production usages.
We will cover the following topics in this series:
To set up a local blockchain network, you will need one or more local computers connected through the local network. The steps demonstrated in this series have been implemented with a Mac machine. It will work almost the same on the Ubuntu server. You will also need to decide which Ethereum client to use. We will use Go-ethereum, the popular Ethereum client from the Ethereum foundation. If you choose a different Ethereum client implementation, follow the detailed instructions on its website, even if it appears to be very similar to Go-ethereum.
There are multiple options available for you to install Go-ethereum or Geth. The simplest way is to complete the following three steps:
If you intend to build Go-ethereum from source, the following applications will be required. For detailed instructions, you should check the geth site: https://geth.ethereum.org/install-and-build/Installing-Geth#build-it-from-source-code:
If you plan to create any miner nodes, make sure you have enough RAM set aside for mining. Now that we understand the concept of private and permissioned blockchains, we will introduce how to create a local private blockchain without mining and then with mining.
So far, we have extensively discussed Bitcoin and Ethereum as public blockchains. With a public blockchain, anyone can become a node of the network and access all the activities inside it. The key challenges for enterprise adoption are privacy and confidentiality.
Enterprises need both of them for legitimate reasons:
A private blockchain is sometimes called a permissioned blockchain, similar to the way that a public blockchain is sometimes categorized as a permissionless blockchain. It can have all the key features we discussed in the public blockchain, including a decentralized peer-to-peer network, distributed ledger, and security through cryptography. The difference between the public and private blockchain lies in who can join the network, and what rights you can get. You can think of a public blockchain as a public park. Anyone can get into the public park. And once in, you can do all kinds of activities, such as jogging or playing, as long as the policies or rules allow them. Joining a private blockchain is like going to someone's birthday party: you can only join if you've been invited.
In a public blockchain, anyone can join the network and access all transactions. Anyone can be the validator to verify the transactions and create the blocks, and the system relies on the economic perspectives (incentives in the Proof-of-Work(PoW) consensus mechanism, and the disincentives in the Proof-of-Stake(PoS) mechanism) to secure the network. On the contrary, in the private blockchain, only selected nodes can participate in the peer-to-peer network and process the transactions. The system relies on the identity of the entities, whether it is a user or a node, to secure the network.
The difference between permissionless and permissioned blockchain lies in the trust of validators. Permissionless blockchains allow everyone to validate transactions, but only selected users can do so in a permissioned blockchain. In other words, a permissioned blockchain doesn't put its trust in validators.
To help you get a clear picture of the different categories of blockchains, we can summarize the features of blockchains in the following table:
blockchain |
Public permissionless |
Public permissioned |
Private permissionless |
Private permissioned |
Read/create transactions |
Anyone |
Anyone |
Restricted |
Restricted |
Validate/write transactions |
Anyone |
Restricted |
Anyone |
Restricted |
Validator identity |
Highly Anonymous |
Moderate Anonymous |
Identified |
Identified |
Trust in validators |
Yes |
No |
Yes |
No |
Consensus |
PoW |
PoS |
Federated Byzantine agreement |
Practical Byzantine Fault Tolerance Algorithm |
Require Token |
Yes |
Yes |
No |
No |
Speed |
Slower |
Faster |
Faster |
Faster |
Energy consumption |
Higher |
Lower |
Lower |
Lower |
Projects |
Bitcoin Ethereum Waves |
Ethereum after Casper |
LTO Network MONET |
Hyperledger Fabric |
Also, as mainstream blockchain categories, blockchain networks are either permissioned or permissionless. The concept of it being private or public is application specific, and not at the network level. It is based on someone’s ability to access the network and also what identification requirements there are. Within those networks, transactions and interactions may be private or public. Whether or not you need privacy or confidentiality is depending on use case. For example, Quorum has tessera nodes for private transactions, Hyperledger has channels for private interactions, and E&Y has nightfall for public Ethereum.
Although Ethereum is launched as a public permissionless blockchain, you can build a local private blockchain with Ethereum too.
In the next article, we will walk you through how to set up a private Ethereum blockchain network.
In our next article (How to Set up a Local Private Ethereum Blockchain), we discuss how to set up a local private Ethereum network.
This article is written in collaboration with Brian Wu who is a leading author of “Learn Ethereum: Build your own decentralized applications with Ethereum and smart contracts” book. He has written 7 books on blockchain development.
Here is the list of our free webinars that are highly recommended:
Here is the list of our 10 free self-paced courses that are highly recommended:
If you like to learn more about Hyperledger Fabric, Hyperledger Sawtooth, Ethereum or Corda, taking the following self-paced classes is highly recommended:
If you want to master Hyperledger Fabric, Ethereum or Corda, taking the following live classes is highly recommended:
If you like to learn more about blockchain technology and how it works, reading the following articles is highly recommended:
If you like to learn more about blockchain development in Ethereum with Solidity, reading the following articles and tutorials is highly recommended:
If you like to learn more about blockchain development with Hyperledger, reading the following articles and tutorials is highly recommended:
If you like to learn more about blockchain development on Corda , reading the following articles and tutorials is highly recommended:
If you like to learn more about blockchain development in other platforms, reading the following articles and tutorials is highly recommended:
We offer private custom tutoring classes both online and in DC, MD and VA for almost all of our courses or bootcamps. Give us a call or email us to discuss your needs.
$90 Regular
$50 Limited Offer
REGISTER NOW