Requirements

ZKsync Foundry.

https://foundry-book.zksync.io/

Setup

There are three deployed contracts, and you'll need to setup those with initialize functions.

function initialize(
    address initialOwner,
    address initialAdmin,
    address mirror,
    string memory notSoSecret
)
function initialize(
    address initialOwner,
    address initialAdmin,
    string memory notSoSecret
)

Here, notSoSecret is SomethingSomethingNoGrief.