Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Handbook of research on blockchain technology, Saravanan Krishnan; Valentina Emilia Balas


Варианты приобретения
Цена: 22401.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Saravanan Krishnan; Valentina Emilia Balas   (Кристиан Сараванан)
Название:  Handbook of research on blockchain technology
Перевод названия: Кристиан Сараванан: Справочник исследований по технологии блокчейн
ISBN: 9780128198162
Издательство: Elsevier Science
Классификация:

ISBN-10: 0128198168
Обложка/Формат: Paperback
Страницы: 476
Вес: 1.10 кг.
Дата издания: 06.02.2020
Язык: English
Размер: 190 x 234 x 24
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание:

Handbook of Research on Blockchain Technology presents the latest information on the adaptation and implementation of Blockchain technologies in real world business, scientific, healthcare and biomedical applications. The books editors present the rapid advancements in existing business models by applying Blockchain techniques. Novel architectural solutions in the deployment of Blockchain comprise the core aspects of this book. Several use cases with IoT, biomedical engineering, and smart cities are also incorporated. As Blockchain is a relatively new technology that exploits decentralized networks and is used in many sectors for reliable, cost-effective and rapid business transactions, this book is a welcomed addition on existing knowledge.

Financial services, retail, insurance, logistics, supply chain, public sectors and biomedical industries are now investing in Blockchain research and technologies for their business growth. Blockchain prevents double spending in financial transactions without the need of a trusted authority or central server. It is a decentralized ledger platform that facilitates verifiable transactions between parties in a secure and smart way.




Hands-On Blockchain with Hyperledger

Автор: Gaur Nitin, Desrosiers Luc, Novotny Petr
Название: Hands-On Blockchain with Hyperledger
ISBN: 1788994523 ISBN-13(EAN): 9781788994521
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With concrete exercises and examples this book will help you to understand how to deploy a Hyperledger Fabric network. It then proceeds to explain the steps in developing a full fledged decentralized application. You will not only learn how to plan, design and create private networks but also evolve the network as per organizational needs.

Blockchain Economics and Financial Market Innovation

Автор: Umit Hacioglu
Название: Blockchain Economics and Financial Market Innovation
ISBN: 3030252744 ISBN-13(EAN): 9783030252748
Издательство: Springer
Рейтинг:
Цена: 16769.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This book discusses various aspects of blockchains in economic systems and investment strategies in crypto markets. It first addresses the topic from a conceptual and theoretical point of view, and then analyzes it from an assessment and investment angle. Further, it examines the opportunities and limitations of the taxation of crypto currency, as well as the political implications, such as regulation of speculation with crypto currencies. The book is intended for academicians and students in the fields of economics and finance.
Blockchain basics

Автор: Drescher, Daniel
Название: Blockchain basics
ISBN: 1484226038 ISBN-13(EAN): 9781484226032
Издательство: Springer
Рейтинг:
Цена: 3213.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In 25 concise steps, you will learn the basics of blockchain technology. No mathematical formulas, program code or computer science jargon are used. No previous knowledge in computer science, programming or cryptography is required. This book bridges the gap that exists between technical books about the blockchain and business-focused books.

Building Ethereum Dapps: Decentralized Applications on the Ethereum Blockchain

Автор: Infante Roberto
Название: Building Ethereum Dapps: Decentralized Applications on the Ethereum Blockchain
ISBN: 1617295159 ISBN-13(EAN): 9781617295157
Издательство: Неизвестно
Рейтинг:
Цена: 5938.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Building Ethereum Dapps introduces you to decentralized applications based on the Ethereum blockchain platform. In this book, you'll learn the principles of Dapps development by rolling up your sleeves and actually building a few

Foreword by Thomas Bertani.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Imagine unbreakably secure applications that handle personal and business transactions without any central agency controlling the process. Decentralized applications, or Dapps, do just this, shifting power to users. The Ethereum blockchain platform provides the tools you need to build Dapps, including an innovative "smart contracts" model and Solidity, a Dapp-aware JavaScript-like programming language.

About the Book

Building Ethereum Dapps teaches Dapps development on the Ethereum blockchain platform. You'll begin with a mental model of how Dapps operate, and then dive into designing and implementing smart contracts in Ethereum's Solidity language. You'll explore Ethereum smart contract development tools, like Truffle and Web3, and pick up best practices for design and security. Practical exercises throughout give you valuable hands-on experience.

What's inside

  • Ethereum's key components
  • Implementing smart contracts in Solidity
  • Communicating with a smart contract in Web3
  • Developing Dapps with Truffle
  • Best practices for design and security improvement

About the Reader

For developers with intermediate experience in JavaScript or an OO language. Familiarity with blockchain concepts is helpful.

About the Author

Roberto Infante is a software development consultant who specializes in finance. He currently works on financial risk management systems and on blockchain technology.

Table of Contents

    PART 1
  1. A first look at decentralized applications
  2. Understanding the blockchain
  3. The Ethereum platform
  4. Deploying your first smart contract
  5. PART 2
  6. Programming smart contracts in Solidity
  7. Writing more complex smart contracts
  8. Generalizing functionality with abstract contracts and interfaces
  9. Managing smart contracts with Web3.js
  10. PART 3
  11. The Ethereum ecosystem
  12. Unit testing contracts with Mocha
  13. Improving the development cycle with Truffle
  14. Putting it all together: Building a complete voting Dapp
  15. PART 4
  16. Making a Dapp production ready
  17. Security considerations
  18. Conclusions
Blockchain: The Advent of Disintermediation

Автор: Matthieu Quiniou
Название: Blockchain: The Advent of Disintermediation
ISBN: 1786304031 ISBN-13(EAN): 9781786304032
Издательство: Wiley
Рейтинг:
Цена: 22010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is unique as it goes beyond the classical academic approach, and opts for an approach whereby the theoretical insights are systematically illustrated by concrete cases and exercises. This explains its title: Financial Management in Practice. This approach makes this book very suitable both for financial managers and for university and high school students.

E-agriculture in Action: Blockchain for Agriculture: Challenges and Opportunities

Название: E-agriculture in Action: Blockchain for Agriculture: Challenges and Opportunities
ISBN: 9251312273 ISBN-13(EAN): 9789251312278
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 10811.00 р.
Наличие на складе: Нет в наличии.

Описание: The growth of ICT in the last decade has provided opportunities to overcome some of the challenges faced by the agriculture sector. Recent developments such as the increase in the use of mobile-broadband access devices, the Internet of things (IoT), drones, smart networks, capacity for big data analytics, and artificial intelligence have given stakeholders some key tools and technologies to improve production and marketing processes, for example, in agriculture and associated fields. One of the most discussed technologies of late is Distributed Ledger Technology; with blockchain as one example. This publication aims to demystify the technology, provide insight into the opportunities and challenges of implementing blockchain-based systems, and document some case studies on the use of blockchain for agriculture.

Investigating Cryptocurrencies: Understanding, Extracting, and Analyzing Blockchain Evidence

Автор: Nick Furneaux
Название: Investigating Cryptocurrencies: Understanding, Extracting, and Analyzing Blockchain Evidence
ISBN: 1119480582 ISBN-13(EAN): 9781119480587
Издательство: Wiley
Рейтинг:
Цена: 7920.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Investigate crimes involving cryptocurrencies and other blockchain technologies

Bitcoin has traditionally been the payment system of choice for a criminal trading on the Dark Web, and now many other blockchain cryptocurrencies are entering the mainstream as traders are accepting them from low-end investors putting their money into the market. Worse still, the blockchain can even be used to hide information and covert messaging, unknown to most investigators.

Investigating Cryptocurrencies is the first book to help corporate, law enforcement, and other investigators understand the technical concepts and the techniques for investigating crimes utilizing the blockchain and related digital currencies such as Bitcoin and Ethereum.

  • Understand blockchain and transaction technologies
  • Set up and run cryptocurrency accounts
  • Build information about specific addresses
  • Access raw data on blockchain ledgers
  • Identify users of cryptocurrencies
  • Extracting cryptocurrency data from live and imaged computers
  • Following the money

With nearly $150 billion in cryptocurrency circulating and $3 billion changing hands daily, crimes committed with or paid for with digital cash are a serious business. Luckily, Investigating Cryptocurrencies Forensics shows you how to detect it and, more importantly, stop it in its tracks.

Architecture for Blockchain Applications

Автор: Xiwei Xu; Ingo Weber; Mark Staples
Название: Architecture for Blockchain Applications
ISBN: 3030030342 ISBN-13(EAN): 9783030030346
Издательство: Springer
Рейтинг:
Цена: 11179.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This book addresses what software architects and developers need to know in order to build applications based on blockchain technology, by offering an architectural view of software systems that make beneficial use of blockchains. It provides guidance on assessing the suitability of blockchain, on the roles blockchain can play in an architecture, on designing blockchain applications, and on assessing different architecture designs and tradeoffs. It also serves as a reference on blockchain design patterns and design analysis, and refers to practical examples of blockchain-based applications.
The book is divided into four parts: Part I provides a general introduction to the topic and to existing blockchain platforms including Bitcoin, Ethereum, and Hyperledger Fabric, and offers examples of blockchain-based applications. Part II focuses on the functional aspects of software architecture, describing the main roles blockchain can play in an architecture, as well as its potential suitability and design process. It includes a catalogue of 15 design patterns and details how to use model-driven engineering to build blockchain-based applications. Part III covers the non-functional aspects of blockchain applications, which are cross-cutting concerns including cost, performance, security, and availability. Part IV then presents three detailed real-world use cases, offering additional insights from a practical perspective. An epilogue summarizes the book and speculates on the role blockchain and its applications can play in the future.
This book focusses on the bigger picture for blockchain, covering the concepts and technical considerations in the design of blockchain-based applications. The use of mathematical formulas is limited to where they are critical. This book is primarily intended for developers, software architects and chief information officers who need to understand the basic technology, tools and methodologies to build blockchain applications. It also provides students and researchers new to this field an introduction to this hot topic.
Architecting Enterprise Blockchain Solutions

Автор: Joseph Holbrook
Название: Architecting Enterprise Blockchain Solutions
ISBN: 1119557690 ISBN-13(EAN): 9781119557692
Издательство: Wiley
Рейтинг:
Цена: 6018.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Demystify architecting complex blockchain applications in enterprise environments

Architecting Enterprise Blockchain Solutions helps engineers and IT administrators understand how to architect complex blockchain applications in enterprise environments. The book takes a deep dive into the intricacies of supporting and securing blockchain technology, creating and implementing decentralized applications, and incorporating blockchain into an existing enterprise IT infrastructure.

Blockchain is a technology that is experiencing massive growth in many facets of business and the enterprise. Most books around blockchain primarily deal with how blockchains are related to cryptocurrency or focus on pure blockchain development. This book teaches what blockchain technology is and offers insights into its current and future uses in high performance networks and complex ecosystems.

- Provides a practical, hands-on approach

- Demonstrates the power and flexibility of enterprise blockchains such as Hyperledger and R3 Corda

- Explores how blockchain can be used to solve complex IT support and infrastructure problems

- Offers numerous hands-on examples and diagrams

Get ready to learn how to harness the power and flexibility of enterprise blockchains

Beginning blockchain

Автор: Singhal, Bikramaditya Panda, Priyansu Sekhar Dhameja, Gautam
Название: Beginning blockchain
ISBN: 148423443X ISBN-13(EAN): 9781484234433
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Chapter 1: Blockchain Introduction

Chapter Goal: This chapter gives an overview of what Blockchain is all about and how it has evolved. It also gives an insight on its fitment with the ever changing technology trend.

No of pages: 15

Sub -Topics

1. Backstory of Blockchain

2. What is Blockchain

3. Centralized Vs Distributed systems

4. Why is Blockchain important

5. Blockchain uses and use cases

Chapter 2: How Blockchain Works

Chapter Goal: This chapter is designed to provide in-depth technical understanding on the basic fundamentals that make up to Blockchain. It lays a foundation with prerequisite knowledge with sufficient code examples to help the readers understand and build Blockchain applications.

No of pages: 80

Sub - Topics

1. Cryptography (Public Key, Digital Signatures, Hash Functions)

2. Blockchain Data structure

3. Blockchain components (Transaction, Mining, Proof of work, Timestamping, Consensus mechanism)

4. Private and Public Blockchains

Chapter 3: How Bitcoin Works

Chapter Goal: This chapter connects the concepts learnt from the previous chapter and provides insights on end to end Blockchain application development, with Bitcoin as the use case. It gives a complete understanding on designing Bitcoin applications.

No of pages: 70

Sub - Topics:

1. What is Bitcoin and how it works

2. Bitcoin design evolution

3. Bitcoin Protocol (Transactions, Network, Cryptography and Consensus)

4. Bitcoin Client, Keys, addresses and Wallets

5. Bitcoin Scripts

6. Building Bitcoin applications

Chapter 4: The Ethereum Blockchain

Chapter Goal: This chapter demonstrates an alternative protocol "Ethereum" for building decentralized application on Blockchain technology. It explains how to build smart applications on Ethereum Blockchain that are capable of Smart Contract execution.

No of pages: 50

Sub - Topics:

1. Overview of Ethereum

2. Ethereum Protocol

3. Basics of Solidity Programming Language

4. Programming Smart Contracts

5. Developing Ethereum Applications

Chapter 5: Other Blockchain Flavors

Chapter Goal: This chapter is an effort to provide a sound grip on other open source developments on Blockchain and the readers get an idea on existing Blockchain frameworks and platforms.

No of pages: 25

Sub - Topics:

1. Why so many flavors

2. The Hyperledger Project

3. BitShares

4. R3CEV

Building Blockchain Projects

Автор: Prusty Narayan
Название: Building Blockchain Projects
ISBN: 178712214X ISBN-13(EAN): 9781787122147
Издательство: Неизвестно
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Develop real-time practical DApps using Ethereum and JavaScript

Key Features

  • Create powerful, end-to-end applications for Blockchain using Ethereum
  • Write your first program using the Solidity programming language
  • Change the way you think and design your applications by using the all new database-Blockchain

Book Description

Blockchain is a decentralized ledger that maintains a continuously growing list of data records that are secured from tampering and revision. Every user is allowed to connect to the network, send new transactions to it, verify transactions, and create new blocks, making it permission-less.

This book will teach you what blockchain is, how it maintains data integrity, and how to create real-world blockchain projects using Ethereum. With interesting real-world projects, you will learn how to write smart contracts which run exactly as programmed without any chance of fraud, censorship, or third-party interference, and build end-to-e applications for blockchain.

You will learn about concepts such as cryptography in cryptocurrencies, ether security, mining, smart contracts, solidity, and more. You will also learn about web sockets, various API services for Ethereum, and much more.

The blockchain is the main technical innovation of bitcoin, where it serves as the public ledger for bitcoin transactions.

What you will learn

  • Walk through the basics of the blockchain technology
  • Implement blockchain's technology and its features, and see what can be achieved using them
  • Build DApps using Solidity and Web3.js
  • Understand the geth command and cryptography
  • Create Ethereum wallets
  • Explore consortium blockchain

Who this book is for

This book is for JavaScript developers who now want to create tamper-proof data (and transaction) applications using Blockchain and Ethereum. Those who are interested in cryptocurrencies and the logic and database empowering it will find this book extremely usefu

Blockchain and Clinical Trial

Автор: Hamid Jahankhani; Stefan Kendzierskyj; Arshad Jama
Название: Blockchain and Clinical Trial
ISBN: 3030112888 ISBN-13(EAN): 9783030112882
Издательство: Springer
Рейтинг:
Цена: 16769.00 р.
Наличие на складе: Поставка под заказ.

Описание: This book aims to highlight the gaps and the transparency issues in the clinical research and trials processes and how there is a lack of information flowing back to researchers and patients involved in those trials.Lack of data transparency is an underlying theme within the clinical research world and causes issues of corruption, fraud, errors and a problem of reproducibility. Blockchain can prove to be a method to ensure a much more joined up and integrated approach to data sharing and improving patient outcomes. Surveys undertaken by creditable organisations in the healthcare industry are analysed in this book that show strong support for using blockchain technology regarding strengthening data security, interoperability and a range of beneficial use cases where mostly all respondents of the surveys believe blockchain will be important for the future of the healthcare industry. Another aspect considered in the book is the coming surge of healthcare wearables using Internet of Things (IoT) and the prediction that the current capacity of centralised networks will not cope with the demands of data storage. The benefits are great for clinical research, but will add more pressure to the transparency of clinical trials and how this is managed unless a secure mechanism like, blockchain is used.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия