返回
项目实战

Introdction To Stylus Rust SDK

Stylus Rust SDK is the core library for developing smart contracts in Arbitrum using the Rust language. In the following chapters, we will learn the following: 1. Introduction to Storage 2. Introduction to Method 3. Contract Call 4. EVM Affordances 5. Contract Deployment

语言rust
难度简单
总时长1.5小时

目标学习者

这门课是给谁上的

  • For developers who are interested in blockchain and smart contracts.
  • For developers who are interested in Layer2.

要求

  • Basic understanding of blockchain concepts.
  • Basic understanding in Solidity & Rust are recommended - prior experience with Solidity & Rust will facilitate a better grasp of the course material.

你会学到什么

  • Master the important library for writing smart contracts on the Arbitrum through Stylus Rust SDK.
Storage
Method
call
EVM Affordances
Contract deployment

课程安排

  • Uint 1 - First introduction to Stylus Rust SDK

    In this chapter we will have a preliminary understanding of Stylus Rust SDK


  • Uint 2 - Introduction to Storage

    In this section we will learn the following: 1. Definition of Storage 2. Read and Write operations of Storage 3. Erase of Storage


  • Uint 3 - Introduction to Method

    In this section we will learn the following: 1. Visibility of methods 2. Contract entry point 3. Send and receive ETH 4. Inheritance of contract


  • Uint 4 - Contract Call

    In this section we will learn the following: 1. Export of interface 2. Contract call 3. Low-level calls of contracts 4. Contract delegate call


  • Uint 5 - EVM affordances

    In this section we will learn the following: 1. Event 2. EVM affordances


  • Uint 6 - Quick Start: Deploying Stylus Rust Smart Contracts

    In this section we will learn about the deployment and invocation of contracts

practice

Introdction To Stylus Rust SDK

19 小节
移动端和桌面端均可访问