Skip to content

Fuga14/account-abstraction

Repository files navigation

Setup

ENV Setup

.env file setup needs to be set before installing dependencies

  1. Create a .env file with predefined variables
  2. cp .env.example .env
  3. Set all variables

Dependencies installation

bun install
forge install

Test

To run scripts for MinimalAccount on ETH chain run:

forge test --match-path test/ethereum/MinimalAccountTest.t.sol -vv

Scripts running

ZkSync

Contracts compilation:

npx hardhat compile --network zkSyncTestnet

Deploy ZkMinimalAccount:

npx hardhat deploy-zksync --script deployZkMinimalAccount.ts --network zkSyncTestnet

About

The project with implementation of basic account abstraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published