deploying-contracts-on-abstract

Installation
SKILL.md

Deploying Contracts on Abstract

Default: Foundry. Abstract uses the ZK Stack VM — contracts must be compiled with zksolc, not standard solc. For Hardhat, see references/hardhat.md. For EVM differences, see references/evm-differences.md.

Foundry Setup

1. Install foundry-zksync

curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash
foundryup-zksync

Warning: This overwrites standard Foundry. Switch back with foundryup if needed.

2. Create project

Installs
4
GitHub Stars
11
First Seen
Mar 7, 2026
deploying-contracts-on-abstract — abstract-foundation/abstract-skills