У нас вы можете посмотреть бесплатно How to Deploy a Smart Contract on NEAR | Full Guide for Windows, Mac & Linux (Step-by-Step) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to deploy a smart contract on the NEAR Protocol using Rust—from installation to deployment on testnet and mainnet! This beginner-friendly guide works on Windows, macOS, and Linux. 📌 Timestamps: 00:00 – Intro 00:30 – Special Installation for Windows 01:34 – Install Dependencies (Mac/Linux/WSL) 02:49 – Create a Smart Contract 04:10 – Create a Testnet Account 05:05 – Deploy on Testnet 07:00 – Interact with the Contract 09:00 – Mainnet Deployment 12:15 – Summary 🧰 Special installation commands for Windows Ubuntu: wsl --set-default-version 2 wsl --install -d Ubuntu Once Ubuntu opens: sudo apt-get update sudo apt-get install gcc make libudev-dev openssl pkg-config unzip -y 📦 Installation commands for macOS / Linux / WSL (Rust, NEAR tools, NEAR CLI & Cargo Near): curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/r... | sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/re... | sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/r... | sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/re... | sh 💬 Have questions or got stuck? Drop a comment below and I’ll help you out! 👍 Like & Subscribe for more NEAR development tutorials. #NEARProtocol #SmartContract #BlockchainDevelopment #Rust