Rust for Blockchain Application Development: Learn to build decentralized applications on popular blockchain technologies using Rust

Sharma, Akhil

  • 出版商: Packt Publishing
  • 出版日期: 2024-04-30
  • 售價: $1,490
  • 貴賓價: 9.5$1,416
  • 語言: 英文
  • 頁數: 392
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1837634645
  • ISBN-13: 9781837634644
  • 相關分類: Rust 語言區塊鏈 Blockchain
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

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.

Table of Contents
  1. Introduction to Blockchains With Rust
  2. Rust - Necessary Concepts For Building Blockchains
  3. Building A Custom Blockchain
  4. Adding more features to our Custom Blockchain
  5. Finishing up our Custom Blockchain
  6. Using Foundry to Build on Ethereum
  7. Exploring the Solana chain and building a Dapp on Solana
  8. Exploring the NEAR blockchain and building a dApp on NEAR
  9. Exploring Polkadot, Kusama protocol and Substrate
  10. Building Your Own Custom Blockchain From scratch using Substrate
  11. The Future Of Rust For Blockchains

商品描述(中文翻譯)

範例書籍翻譯:

「節省時間、提升穩定性,並在使用 Rust 的功能和能力建立區塊鏈上的去中心化應用程式時,優化程式記憶體。」

主要特點:
- 使用 Rust 程式語言的功能來實現點對點區塊鏈
- 使用 Rust 在流行的區塊鏈(如以太坊、Solana 和 NEAR)上建立去中心化應用程式
- 優化 Rust 程式碼並增強安全性更新,以部署生產環境的區塊鏈
- 購買印刷版或 Kindle 版本的書籍包含免費的 PDF 電子書

書籍描述:
在 Rust 出現之前,區塊鏈開發人員沒有一種系統程式語言既具有型別安全、快速,又具有穩定且易於記憶體管理的特點。Rust 成為開發人員的福音,不僅適用於區塊鏈和協議開發,也適用於去中心化應用程式開發。

《Rust for Blockchain Application Development》專注於展示解決方案,幫助區塊鏈開發人員使用 Rust 產品化去中心化應用程式,而 Rust 是一種複雜且具有陡峭學習曲線的語言。

本書從基本的 Rust 語言概念開始,然後在這些概念的基礎上,讓您能夠從頭開始開發自己的區塊鏈。隨著學習的進展,您將學習如何在 Solana 和 NEAR 等流行鏈上建立去中心化應用程式。您還將通過使用 Foundry(Rust)創建以太坊去中心化應用程式。最後,您將使用 Substrate by Parity(Polkadot)開發自定義區塊鏈。本書提供了 Rust 在區塊鏈生態系統中的完整360度視角。

通過閱讀本書,您將全面了解如何將 Rust 知識應用於從頭開始建立去中心化應用程式和區塊鏈。

學到的內容:
- 瞭解構建區塊鏈所需的基本 Rust 概念
- 使用 Rust 應用區塊鏈功能,如節點和點對點通訊
- 瞭解並實現區塊鏈共識
- 使用 Foundry 框架在以太坊上構建和部署去中心化應用程式
- 在 Solana 和 NEAR 協議上開發和部署去中心化應用程式
- 使用 Substrate 框架 by Polkadot 構建自定義區塊鏈

本書適合對使用 Rust 在流行區塊鏈上構建去中心化應用程式感興趣的區塊鏈開發人員。希望節省閱讀文檔和理解每個技術所需時間的區塊鏈架構師也可以將本書作為快速入門指南。需要具備在區塊鏈上構建應用程式的經驗,熟悉 Rust 將有所幫助,但不是必需的。

目錄:
1. 介紹使用 Rust 的區塊鏈
2. 構建區塊鏈所需的 Rust 必要概念
3. 構建自定義區塊鏈
4. 為自定義區塊鏈添加更多功能
5. 完成自定義區塊鏈
6. 使用 Foundry 在以太坊上構建
7. 探索 Solana 鏈並在其上構建去中心化應用程式
8. 探索 NEAR 區塊鏈並在其上構建去中心化應用程式
9. 探索 Polkadot、Kusama 協議和 Substrate
10. 使用 Substrate 從頭開始構建自己的自定義區塊鏈
11. Rust 在區塊鏈的未來