a gentle guide to deploy smart contract using Arbitrum Stylus SDK
Stylus is a new way to write smart contracts that run on the Arbitrum network. It allows developers to use languages like Rust, C, and C++ instead of Solidity. This opens up new possibilities for building decentralized applications (dApps) and makes it easier for developers who are already familiar with these languages.
Contracts written in Stylus can be more efficient than those written in Solidity. This means lower gas fees and faster execution times.
Stylus contracts can work alongside existing Solidity contracts, allowing for a smooth transition and integration.
If you already know Rust or another supported language, you can start building without having to learn Solidity from scratch.
Stylus is an upgrade to Arbitrum Nitro, the tech stack powering Arbitrum One, Arbitrum Nova, and Arbitrum Orbit chains. This upgrade adds a second, coequal virtual machine to the EVM, where EVM contracts continue to behave exactly as they would in Ethereum. We call this paradigm MultiVM since everything is entirely additive.
find out more at : bento.me/stylus
Ещё видео!