EVM
Solidity smart contracts can be deployed on the Astar and Shiden networks.
🗃️ Your First Contract
5 items
🗃️ Precompiles
6 items
📄️ 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:
📄️ 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.
📄️ Debug EVM transactions
Geth's debug APIs and OpenEthereum's trace module provide non-standard RPC methods for getting a deeper insight into transaction processing.
📄️ FAQ
Is there a step by step guide on how to deploy smart contract in the Astar ecosystem?