This repository contains the virto-signer library which implements the PolkadotSigner type, as well
as some authenticators that are implemented in Kreivo.
@virtonetwork/signer: The core signer package that implementsPolkadotSigner.@virtonetwork/authenticators-substrate: Authenticator using Substrate keys (e.g., from Polkadot extensions).@virtonetwork/authenticators-webauthn: Authenticator using WebAuthn (Passkeys).
papi-signers/
├─ authenticators/ # Authenticator implementations
│ ├─ webauthn/ # @virtonetwork/authenticators-webauthn
│ └─ substrate/ # @virtonetwork/authenticators-substrate
├─ signer/ # @virtonetwork/signer (Core package)
├─ docs/ # Documentation & Guides
└─ package.json