Rust for Blockchain Application Development Learn to Build Decentralized Applications on Popular Blockchain Technologies Using Rust

Book Cover
Average Rating
Published
Birmingham : Packt Publishing, Limited, 2024.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
1st edition.
Language
English
ISBN
9781837630059, 1837630054

Notes

General Note
Description based upon print version of record.
General Note
Adding memory pools
Description
Save time, improve stability, and optimize program memory while building decentralized applications on a blockchain using the features and capabilities of Rust Key Features Implement peer-to-peer blockchain using features of the Rust programming language Use Rust to build dApps on popular blockchains like Ethereum, Solana, and NEAR Optimize Rust code and enhance security updates to deploy a blockchain to production Purchase of the print or Kindle book includes a free PDF eBook Book Description Before Rust, blockchain developers didn't have a systems programming language that was type-safe, fast, and, at the same time, had stable and easy memory management. Rust proved to be a boon for developers and works as the perfect solution for not only blockchain and protocol development but also dApp development. Rust for Blockchain Application Development focuses on demonstrating solutions that can help blockchain developers productize decentralized applications using Rust, which is a complex language with a steep learning curve. This book starts with basic Rust language concepts and then builds on these concepts to enable you to develop your own blockchain from scratch. As you progress, you'll learn how to build dApps on popular chains like Solana and NEAR. You'll also be guided through creating Ethereum dApps using Foundry (Rust). Finally, you'll develop a custom blockchain using Substrate by Parity (Polkadot). The book provides a complete 360-degree view of Rust in the blockchain ecosystem. By the end of this Rust book, you'll have a thorough understanding of how to apply your Rust knowledge to building dApps and blockchains from scratch. What you will learn Understand essential Rust concepts required to build blockchain Apply blockchain features such as nodes and p2 communication using Rust Understand and implement consensus in blockchain Build and deploy a dApp on Ethereum with the Foundry framework in Rust Develop and deploy a dApp on Solana and the NEAR protocol Build a custom blockchain using the Substrate framework by Polkadot Who this book is for This Rust programming book is for blockchain developers interested in building dApps on popular blockchains using Rust. Blockchain architects wanting to save time required to go through documentation and understand each technology can also use this book as a quick-start guide. Experience in building applications on blockchain is required, and familiarity with Rust will be helpful but not necessary.
Local note
O'Reilly O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Sharma, A. (2024). Rust for Blockchain Application Development: Learn to Build Decentralized Applications on Popular Blockchain Technologies Using Rust (1st edition.). Packt Publishing, Limited.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Sharma, Akhil. 2024. Rust for Blockchain Application Development: Learn to Build Decentralized Applications On Popular Blockchain Technologies Using Rust. Birmingham: Packt Publishing, Limited.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Sharma, Akhil. Rust for Blockchain Application Development: Learn to Build Decentralized Applications On Popular Blockchain Technologies Using Rust Birmingham: Packt Publishing, Limited, 2024.

Harvard Citation (style guide)

Sharma, A. (2024). Rust for blockchain application development: learn to build decentralized applications on popular blockchain technologies using rust. 1st edn. Birmingham: Packt Publishing, Limited.

MLA Citation, 9th Edition (style guide)

Sharma, Akhil. Rust for Blockchain Application Development: Learn to Build Decentralized Applications On Popular Blockchain Technologies Using Rust 1st edition., Packt Publishing, Limited, 2024.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
f3a2cc28-a086-280d-d0a1-c216c6fc4da5-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work IDf3a2cc28-a086-280d-d0a1-c216c6fc4da5-eng
Full titlerust for blockchain application development learn to build decentralized applications on popular blockchain technologies using rust
Authorsharma akhil
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-05-03 03:39:54AM

Book Cover Information

Image Sourcedefault
First LoadedDec 28, 2024
Last UsedMay 1, 2025

Marc Record

First DetectedDec 16, 2024 11:30:05 PM
Last File Modification TimeDec 17, 2024 08:29:15 AM
SuppressedRecord had no items

MARC Record

LEADER07314cam a22004937a 4500
001on1429724041
003OCoLC
00520241217082704.0
006m     o  d        
007cr cnu||||||||
008240413s2024    enk     o     000 0 eng d
019 |a 1428526653
020 |a 9781837630059
020 |a 1837630054
035 |a (OCoLC)1429724041|z (OCoLC)1428526653
037 |a 9781837634644|b O'Reilly Media
037 |a 10522542|b IEEE
040 |a EBLCP|b eng|c EBLCP|d YDX|d OCLCQ|d ORMDA|d IEEEE|d UKAHL|d OCLCO
049 |a MAIN
050 4|a QA76.73.R87
08204|a 005.13/3|2 23/eng/20240506
1001 |a Sharma, Akhil,|e author.
24510|a Rust for Blockchain Application Development|h [electronic resource] :|b Learn to Build Decentralized Applications on Popular Blockchain Technologies Using Rust /|c Akhil Sharma.
250 |a 1st edition.
260 |a Birmingham :|b Packt Publishing, Limited,|c 2024.
300 |a 1 online resource (392 p.)
500 |a Description based upon print version of record.
500 |a Adding memory pools
5050 |a Cover -- Title Page -- Copyright and Credits -- Dedicated -- Contributors -- Table of Contents -- Preface -- Part 1: Blockchains and Rust -- Chapter 1: Blockchains with Rust -- Laying the foundation with the building blocks of blockchains -- Blocks -- Hashes -- Transactions -- Security -- Storage versus compute -- Exploring the backbone of blockchains -- Decentralization -- Peers, nodes, validators, and collators -- Consensus -- Mining -- Forking -- Permissioned versus permissionless -- Understanding decentralization -- Replication -- Governance -- Cryptocurrencies and gas fees
5058 |a Decentralized platforms -- Tokens versus coins and ICOs -- Smart contracts and NFTs -- DAOs -- Non-censorable apps -- Digital assets with real-world limits -- Scaling the blockchain -- The blockchain trilemma -- Sharding -- Interoperability -- Consensus for scale -- Parallel processing -- Layer 2s and side chains -- ZK rollups and optimistic rollups -- Introducing smart contracts -- The future of the adoption of blockchains -- Industries disrupted -- Sociocultural and economic changes -- Summary -- Chapter 2: Rust -- Necessary Concepts for Building Blockchains -- Introducing Rust
5058 |a The benefit of being statically typed -- A dive into Rust's applicability as a systems programming language -- The reliability of Rust -- The Rust ownership memory management model -- Garbage collection -- Speed and performance -- Futures, error handling, and memory safety -- Rust's advantage for blockchains -- Blockchains that use Rust -- Foundry for Ethereum -- The Fe, Move, and ink! languages -- Interesting blockchain projects built with Rust -- Advantages of Rust-based languages compared to Solidity -- Learning basic Rust concepts -- Variables and constants -- Data types -- Tuples and arrays
5058 |a Numeric operations -- Stack -- Heap -- V-tables -- Slices -- Strings -- Enums -- Exploring intermediate Rust concepts -- Control flow -- While loops -- Functions -- Match control flow -- Structs -- Vectors -- Delving deep into advanced Rust concepts -- Hashmaps -- Ownership and borrowing -- Crates, modules, and cargo -- Summary -- Part 2: Building the Blockchain -- Chapter 3: Building a Custom Blockchain -- Technical requirements -- Windows installation -- Mac installation -- Ubuntu installation -- VS Code -- rust-analyzer -- Cargo -- Planning our first blockchain project -- Structs
5058 |a Required functions -- Getting started with building the blockchain -- Block -- Creating the genesis block -- Using helper functions -- Exploring embedded databases -- Summary -- Chapter 4: Adding More Features to Our Custom Blockchain -- Technical requirements -- Connecting the blocks -- Libraries powering blockchain operations -- Blockchain functions -- Starting the node server -- The server -- Server struct and implemented methods -- Enums -- Helper functions -- The serve function -- The Node struct -- Summary -- Chapter 5: Finishing Up Our Custom Blockchain -- Technical requirements
520 |a Save time, improve stability, and optimize program memory while building decentralized applications on a blockchain using the features and capabilities of Rust Key Features Implement peer-to-peer blockchain using features of the Rust programming language Use Rust to build dApps on popular blockchains like Ethereum, Solana, and NEAR Optimize Rust code and enhance security updates to deploy a blockchain to production Purchase of the print or Kindle book includes a free PDF eBook Book Description Before Rust, blockchain developers didn't have a systems programming language that was type-safe, fast, and, at the same time, had stable and easy memory management. Rust proved to be a boon for developers and works as the perfect solution for not only blockchain and protocol development but also dApp development. Rust for Blockchain Application Development focuses on demonstrating solutions that can help blockchain developers productize decentralized applications using Rust, which is a complex language with a steep learning curve. This book starts with basic Rust language concepts and then builds on these concepts to enable you to develop your own blockchain from scratch. As you progress, you'll learn how to build dApps on popular chains like Solana and NEAR. You'll also be guided through creating Ethereum dApps using Foundry (Rust). Finally, you'll develop a custom blockchain using Substrate by Parity (Polkadot). The book provides a complete 360-degree view of Rust in the blockchain ecosystem. By the end of this Rust book, you'll have a thorough understanding of how to apply your Rust knowledge to building dApps and blockchains from scratch. What you will learn Understand essential Rust concepts required to build blockchain Apply blockchain features such as nodes and p2 communication using Rust Understand and implement consensus in blockchain Build and deploy a dApp on Ethereum with the Foundry framework in Rust Develop and deploy a dApp on Solana and the NEAR protocol Build a custom blockchain using the Substrate framework by Polkadot Who this book is for This Rust programming book is for blockchain developers interested in building dApps on popular blockchains using Rust. Blockchain architects wanting to save time required to go through documentation and understand each technology can also use this book as a quick-start guide. Experience in building applications on blockchain is required, and familiarity with Rust will be helpful but not necessary.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Rust (Computer program language)|9 418086
650 0|a Blockchains (Databases)|9 404295
77608|i Print version:|a Sharma, Akhil|t Rust for Blockchain Application Development|d Birmingham : Packt Publishing, Limited,c2024|z 9781837634644
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781837634644/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH41984431
938 |a ProQuest Ebook Central|b EBLB|n EBL31233996
938 |a YBP Library Services|b YANK|n 306309666
994 |a 92|b VIA
999 |c 360801|d 360801