.env file setup needs to be set before installing dependencies
- Create a .env file with predefined variables
cp .env.example .env- Set all variables
bun install
forge installTo run scripts for MinimalAccount on ETH chain run:
forge test --match-path test/ethereum/MinimalAccountTest.t.sol -vvContracts compilation:
npx hardhat compile --network zkSyncTestnetDeploy ZkMinimalAccount:
npx hardhat deploy-zksync --script deployZkMinimalAccount.ts --network zkSyncTestnet