![Hands-On Blockchain Development in 7 Days Create a decentralized gaming - photo 1](/uploads/posts/book/168400/assets/2d369824-7731-4bef-a487-450e420c424b.png)
Hands-On Blockchain Development in 7 Days
Create a decentralized gaming application using Ethereum
Will Button
![BIRMINGHAM - MUMBAI Hands-On Blockchain Development in 7 Days Copyright 2019 - photo 2](/uploads/posts/book/168400/assets/4781fd71-8cf0-44a7-85b4-45be14d2ed69.png)
BIRMINGHAM - MUMBAI
Hands-On Blockchain Development in 7 Days
Copyright 2019 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
Commissioning Editor: Sunith Shetty
Acquisition Editor: Devika Battike
Content Development Editor: Nathanya Dias
Technical Editor: Joseph Sunil
Copy Editor: Safis Editing
Project Coordinator: Kirti Pisat
Proofreader: Safis Editing
Indexer: Manju Arasan
Graphics: Jisha Chirayil
Production Coordinator: Jyoti Chauhan
First published: February 2019
Production reference: 1280219
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.
ISBN 978-1-83864-010-1
www.packtpub.com
mapt.io
Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.
Why subscribe?
Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals
Improve your learning with Skill Plans built especially for you
Get a free eBook or video every month
Mapt is fully searchable
Copy and paste, print, and bookmark content
Packt.com
Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.packt.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.
At www.packt.com , you can also read a collection of free technical articles, sign up for a range of free newsletters, and receive exclusive discounts and offers on Packt books and eBooks.
Contributor
About the author
Will Button works with web, mobile, and blockchain start-ups in advisory and technical roles. As an advisor, he helps organizations scale securely and sustainably. As a technical expert, he helps organizations build the processes, systems, and teams necessary to deliver world-class services and applications to their customers. Since 1995, Will has used his experience with multiple successful start-ups to create over 150 videos on DevOps, software engineering, and blockchain application development. He is a certified Ethereum developer, and holds the Linux Foundation Blockchain for Business certificate. He is the lead of the Application Architecture Working Group for the Government Blockchain Alliance. For more information, visit his blog.
Packt is searching for authors like you
If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.
Preface
Blockchain is a revolutionary technology and Ethereum is a decentralized blockchain platform that runs smart contracts.
Hands-On Blockchain Development in 7 Days will teach you how to build an online gaming application using the Ethereum blockchain. Each section of the book will introduce fundamental blockchain programming concepts as they relate to creating an online game, followed by practical exercises that you can implement as homework assignments. With this book, you will gain core blockchain application development skills to do with creating smart contracts, interacting with the Ethereum network, building user interfaces, and deploying your application to the internet. This book supplies seven self-contained lessons taught in a practical, hands-on way.
By the end of the book, you will be amazed at how much you will have learned about blockchain application development on the Ethereum network in just one week!
Who this book is for
This book is for software engineers and IT professionals who are eager to gain blockchain application development skills and want to master the development of blockchain applications. This book is perfect for those with limited programming experience.
What this book covers
, Day One - Application Introduction, Installation, and Setup, walks us through the basic setup of the environment that is required for running our application. We will learn about what our application does and how it does it. We will learn about the various tools that we will use to interact with the blockchain.
, Day Two - Solidity Variables and Data Types, teaches us all about Solidity as a programming language. It shows us how to write code for Solidity, the different types of variable available in Solidity, and looks at how to implement them.
, Day Three - Implementing Business Logic in Your Smart Contracts, shows us what smart contracts are and how they can be used to work with blockchain applications. Then, we will learn how to write business logic inside those smart contracts, so that our application functions as it's supposed to.
, Day Four - Creating Tests, shows us how important tests are. We will be using tests extensively in this book to ensure that our code is running without any issues. This chapter shows us the various types of tests, looking at how to create them and how to use them to improve our application.
, Day Five - Building a User Interface, teaches us all about the React framework, which we will be using as the backend to create our UI for the application. We will learn how to interact with our blockchain network via the UI, we will learn how to ensure it functions properly, and we will learn how to connect our application to the network via the UI.
Next page