Learn how to setup a new Hardhat project on Abstract using hardhat-zksync.
Install hardhat-zksync
hardhat-zksync
library includes several plugins to help you compile, deploy and verify smart contracts for the Zksync VM on Abstract.Install the @matter-labs/hardhat-zksync
package:Update Hardhat configuration
hardhat.config.ts
file to include the following options:Run Hardhat commands
--network
flag to specify the Abstract network you want to use.