Learn how to setup a new Foundry project on Abstract using foundry-zksync.
Install foundry-zksync
foundryup-zksync
fork:foundryup-zksync
to install forge
, cast
, and anvil
:Common installation issues
foundryup-zksync: command not found
Could not detect shell
foundry
binary to your PATH, run the following command:<your-username-here>
with the correct path to your home directory.Library not loaded: libusb
Verify installation
--zksync
options will be displayed.Create a new project
forge
and change directory into the project.