У нас вы можете посмотреть бесплатно Part II - Build EIP-2535 Diamond Proxy on Rootstock или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In Part II of this Diamond Proxy (EIP-2535) tutorial, Aditi walks through implementing the core smart contract architecture that powers modular and upgradeable dApps on Rootstock. This session focuses on building the essential facet contracts, including the DiamondCutFacet for upgrade logic, DiamondLoupeFacet for contract inspection, and OwnershipFacet for managing access control. These components form the backbone of the Diamond Standard and enable secure, scalable contract upgrades without redeploying the entire system.  You’ll also learn how to connect all facets through the main Diamond proxy contract, which routes function calls dynamically using delegatecall. By the end of this tutorial, you’ll have a fully structured diamond architecture ready for deployment, enabling you to build scalable smart contracts secured by Bitcoin through Rootstock. ⸻ Useful Links Rootstock Developer Portal - https://dev.rootstock.io/ Rootstock Hacktivator Program - https://rootstock.io/hacktivator/ EIP-2535 Diamond Standard - https://eips.ethereum.org/EIPS/eip-2535 Hardhat Documentation - https://hardhat.org/docs OpenZeppelin Contracts - https://docs.openzeppelin.com/contracts/ ⸻ Timestamps 00:00 Introduction to Diamond Architecture 04:28 Creating the Diamond Cut Facet 13:22 Implementing the Diamond Loop Facet 16:25 Managing Ownership with Ownership Facet 23:50 Main Proxy Contract of Diamond Standard