Rust for Blockchain Application Development Learn to Build Decentralized Applications on Popular Blockchain Technologies Using Rust
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
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.
Staff View
Grouping Information
Grouped Work ID | f3a2cc28-a086-280d-d0a1-c216c6fc4da5-eng |
---|---|
Full title | rust for blockchain application development learn to build decentralized applications on popular blockchain technologies using rust |
Author | sharma akhil |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:39:54AM |
Book Cover Information
Image Source | default |
---|---|
First Loaded | Dec 28, 2024 |
Last Used | May 1, 2025 |
Marc Record
First Detected | Dec 16, 2024 11:30:05 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:29:15 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07314cam a22004937a 4500 | ||
---|---|---|---|
001 | on1429724041 | ||
003 | OCoLC | ||
005 | 20241217082704.0 | ||
006 | m o d | ||
007 | cr cnu|||||||| | ||
008 | 240413s2024 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 | |
082 | 0 | 4 | |a 005.13/3|2 23/eng/20240506 |
100 | 1 | |a Sharma, Akhil,|e author. | |
245 | 1 | 0 | |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 | ||
505 | 0 | |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 | |
505 | 8 | |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 | |
505 | 8 | |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 | |
505 | 8 | |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 | |
505 | 8 | |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 | |
776 | 0 | 8 | |i Print version:|a Sharma, Akhil|t Rust for Blockchain Application Development|d Birmingham : Packt Publishing, Limited,c2024|z 9781837634644 |
856 | 4 | 0 | |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 |