EVM
Solidity smart contracts can be deployed on the Astar and Shiden networks.
📄️ Precompiles
A precompile means a common functionality for smart contracts which has been compiled, so that Ethereum nodes can run this efficiently. From a contract's perspective, this is just a single command like an opcode.
📄️ Developer Tooling
Deploying and interacting with EVM-based smart contracts on Astar is as easy as any other EVM-compatable network. Usually, getting set up requires two steps:
📄️ AstarBase
There are couple of facts for Astar ecosystem:
🗃️ Your First Contract
5 items
📄️ Verifying a Smart Contract
The EVM block explorer for all Astar networks (Astar, Shiden, Shibuya) is Blockscout and you can verify a smart contract by following Blockscout documentation for contract verification.
📄️ FAQ
Is there a step by step guide on how to deploy smart contract in the Astar ecosystem?