Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Ethereum

You're reading from   Learn Ethereum Build your own decentralized applications with Ethereum and smart contracts

Arrow left icon
Product type Paperback
Published in Sep 2019
Publisher Packt
ISBN-13 9781789954111
Length 540 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Authors (3):
Arrow left icon
Xun (Brian) Wu Xun (Brian) Wu
Author Profile Icon Xun (Brian) Wu
Xun (Brian) Wu
Dongying Song Dongying Song
Author Profile Icon Dongying Song
Dongying Song
Zhihong Zou Zhihong Zou
Author Profile Icon Zhihong Zou
Zhihong Zou
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1: Blockchain and Ethereum Basics FREE CHAPTER
2. Blockchain and Cryptocurrency 3. Ethereum Architecture and Ecosystem 4. Deep Research on Ethereum 5. Section 2: Blockchain Development Cycle
6. Solidity Fundamentals 7. Developing Your Own Cryptocurrency 8. Section 3: Ethereum Implementations
9. Smart Contract Development and Test Fundamentals 10. Writing UI for the DApps 11. Ethereum Tools and Frameworks 12. Section 4: Production and Deployment
13. Creating an Ethereum Private Chain 14. Deployment of Your Smart Contract 15. Building Ethereum Wallets 16. Section 5: Conclusion
17. Conclusion 18. Other Books You May Enjoy

Setting up a local private Ethereum blockchain

In addition to the enterprise needs of a private blockchain, there are other reasons for setting up a local private Ethereum blockchain.

As we discussed in Chapter 4, Solidity Fundamentals, smart contracts are immutable and can be very costly once deployed to the Ethereum mainnet. It is always recommended to follow the best practices in coding, security, and economics, and have the code thoroughly tested before it is deployed on the Ethereum network. With a local private blockchain, it makes it easy and convenient for the developers to test smart contracts and simulate the contract's behaviors. You can even deploy smart contracts to the single instance of a local Ethereum blockchain without running a full node.

In this section, we will show you how to create multiple local nodes and configure and establish the private blockchain...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image