From 916b418677831631c649ccb6791d6303f29a6d23 Mon Sep 17 00:00:00 2001 From: Ghadi Mhawej Date: Fri, 18 Sep 2026 14:01:41 +0300 Subject: [PATCH] chore: point repo references at the JustaLab-co org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7bb6d..08a2a8e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The `JustanAccount` is a Solidity smart contract designed to enhance Ethereum ac ## Features -- **Multi-Owner Support**: Allows multiple owners to control the account, with flexible owner management including addition and removal of owners. This essentially allows the account to be used with advanced functionalities such as the [JustaPermissionManager.sol](https://github.com/JustaName-id/permissions). +- **Multi-Owner Support**: Allows multiple owners to control the account, with flexible owner management including addition and removal of owners. This essentially allows the account to be used with advanced functionalities such as the [JustaPermissionManager.sol](https://github.com/JustaLab-co/permissions). - **Flexible Owner Types**: Supports both Ethereum addresses (20 bytes) and WebAuthn public keys (64 bytes), with architecture designed for future owner type expansion. - **WebAuthn Signature Support**: Full support for WebAuthn authentication. Owners can be registered as 64-byte public key coordinates (x, y) and authenticate using modern web authentication standards. - **ECDSA Signature Validation**: Traditional Ethereum signature support for both 64-byte and 65-byte ECDSA signatures.