Skip to content

Commit

Permalink
chore: link to parent project (#215)
Browse files Browse the repository at this point in the history
* chore: link to parent project

Explain that the contracts are still WIP

* fix: update CI action

As suggested to test fixes

---------

Co-authored-by: Nicolas Villanueva <[email protected]>
  • Loading branch information
cpb8010 and MexicanAce authored Dec 14, 2024
1 parent 28ce388 commit 0b7f4b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -12,19 +12,13 @@ Forked from [Clave](https://github.com/getclave/clave-contracts).

<!-- prettier-ignore -->
> [!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

Expand Down

0 comments on commit 0b7f4b3

Please sign in to comment.