У нас вы можете посмотреть бесплатно Build, Test and Deploy ERC20 Smart Contract on Bitcoin - Rootstock ERC20 Tutorial. или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, you will build, test and deploy smart contract from scratch on RSK test network, which is Bitcoin's longest sidechain . ERC20 Smart Contract on Rootstock Testnet - Video Timestamps 0:00 - Introduction Overview of building an ERC20 smart contract Introduction to Rootstock (RSK) network 0:12 - Rootstock Network Overview Rootstock's unique features Security, speed, and cost advantages Merge mining with Bitcoin's hash power 1:30 - Getting Started Creating project folder Installing Foundry 2:10 - Project Initialization Initializing new project Installing OpenZeppelin library Setting up project structure 3:57 - Smart Contract Creation Writing the MyToken smart contract Using OpenZeppelin ERC20 template Constructor and minting initial supply 7:10 - Writing Tests Creating test file Setting up test variables Writing test functions for: Initial supply check Token transfer Insufficient balance revert 18:12 - Deployment Script Creating deployment script Setting up initial token supply Preparing for contract deployment 22:04 - Environment Setup Creating .env file Setting up private key and RPC URL Connecting to Rootstock testnet 25:30 - Contract Deployment Compiling the contract Deploying to Rootstock testnet Verifying deployment on block explorer 32:21 - Conclusion Summary of what was accomplished Teaser for next video (building interface) Potential future topics on DeFi applications Additional Notes Tools used: Foundry, OpenZeppelin Network: Rootstock (RSK) Testnet Programming Language: Solidity