Lab 8 — EVM Contract Deployment to Asset Hub Testnet¶
Goal¶
Deploy a simple Solidity contract to a Substrate-based EVM environment.
Tools¶
- https://remix.polkadot.io/
- Remix IDE
- Asset Hub testnet endpoint
Tasks¶
- Open Remix for Polkadot.
- Create a simple Solidity contract.
- Compile it.
- Connect the wallet/provider to the Asset Hub EVM environment.
- Deploy the contract.
- If gas estimation fails, set a fixed gas limit such as
3000000and retry.
Deliverable¶
Contract address and deployment transaction link.