У нас вы можете посмотреть бесплатно Live Stellar Workshop | Week 4, Day 1: Intro to Soroban Smart Contracts или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Welcome to Week 4, Day 1 of the Live Stellar Workshop! After three weeks of mastering Rust fundamentals, it is finally time to put those systems-level skills into practice. Today, we are officially kicking off our Soroban Crash Course. Soroban is Stellar’s native, Rust-based smart contract platform designed for scale and developer experience. If you are building financial tools, decentralized applications, or looking to deploy blockchain solutions across the SADC region and beyond, this is where the magic happens. In this session, we will introduce the Soroban ecosystem, set up our smart contract environment, and look at the anatomy of our very first Stellar smart contract. Course Resources & Links: GitHub Repository (Code & Notes): https://github.com/smwebsystems/sorob... Presentation Slides: https://drive.google.com/file/d/1FWol... Watch the Full Week 4 Playlist: • Build on Stellar - Soroban Crash Course What We Cover in This Session: Transitioning from Rust to Soroban: How the concepts we learned in Weeks 1-3 apply to writing smart contracts. Introduction to Soroban: What makes Stellar's smart contract platform unique in the Web3 space. Environment Setup: Installing the Soroban CLI and configuring your workspace for contract development. Anatomy of a Smart Contract: Breaking down the structure of a basic Soroban contract file. Building and Compiling: Using Cargo to compile our Rust code into a WebAssembly (Wasm) file ready for the blockchain. Testing Your Contract: Writing your first test block to ensure your contract logic works before deployment. Timestamps: (Note: Adjust these placeholders to match the exact pacing of your live stream!) 0:00 - Welcome to Week 4! (From Rust to Smart Contracts) 4:30 - What is Soroban? (Stellar's Smart Contract Platform) 10:15 - Why Rust is the Foundation of Soroban 16:45 - Installing the Soroban CLI & Toolchain 24:00 - Initializing Your First Soroban Project 31:20 - Code Walkthrough: Anatomy of a Contract 42:10 - Compiling to WebAssembly (Wasm) 48:30 - Writing Basic Tests for Your Contract 55:00 - Q&A and Next Steps Homework: Check the new Soroban Crash Course GitHub repository for today’s setup instructions. Make sure your Soroban CLI is installed and that you can successfully compile the starter contract to a .wasm file before tomorrow's session!