diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 214c9b44..f8fbe87e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - # Start era test node (alpha.34) - - name: Anvil ZKsync Action - uses: dutterbutter/era-test-node-action@298eea49e29e226baa04195b1d0fce7042439259 + # Start era test node + - name: Pre-Anvil ZKsync Action + uses: dutterbutter/era-test-node-action@66121581304ee2d4f0c1c2de46a3d08f1c2f5264 - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/README.md b/README.md index dd4cd600..628b6690 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZKsync SSO +# ZKsync SSO Clave Contracts [![License](https://img.shields.io/badge/license-GPL3-blue)](LICENSE) [![CI](https://github.com/matter-labs/zksync-account-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/matter-labs/zksync-account-sdk/actions/workflows/ci.yml) @@ -12,19 +12,13 @@ Forked from [Clave](https://github.com/getclave/clave-contracts). > [!CAUTION] -> ZKsync SSO is under active development and is not yet feature -> complete. Use it to improve your development applications and tooling. Please -> do not use it in production environments. - -- 🧩 Modular smart accounts based on - [ERC-7579](https://eips.ethereum.org/EIPS/eip-7579#modules) -- 🔑 Passkey authentication (no seed phrases) -- ⏰ Sessions w/ easy configuration and management -- 💰 Integrated paymaster support -- ❤️‍🩹 Account recovery _(Coming Soon)_ -- 💻 Simple SDKs : JavaScript, iOS/Android _(Coming Soon)_ -- 🤝 Open-source authentication server -- 🎓 Examples to get started quickly +> The factory and module interfaces are not yet stable! Any modules created +> against the IModuleValidator interface will likely need to be updated in the +> final version. The code is currently under audit and the latest may contain +> security vulnerabilities. + +See the [ZKsync SSO](https://github.com/matter-labs/zksync-sso) project for a +complete developer solution, this project is just the smart contract components. ## Local Development