Skip to content

virto-network/papi-signers

Repository files navigation

Polkadot-API Signers and Authenticators

This repository contains the virto-signer library which implements the PolkadotSigner type, as well as some authenticators that are implemented in Kreivo.

Directory Structure

This repository contains two directories: The first one (virto-signer) is a package that exports the PassSigner, a PAPI-based signer that completes the extension information for pallet-pass.

The second directory (authenticators) contains several implementations of the Authenticator type coming from virto-signer. Among them, there's authenticators for WebAuthn and JWT.

papi-signers/
├─ authenticators/
│  ├─ webauthn/
│  │  ├─ src/
│  │  ├─ test/
│  │  ├─ package.json
│  │  ├─ README.json
│  ├─ jwt/
│  │  ├─ src/
│  │  ├─ test/
│  │  ├─ package.json
│  │  ├─ README.json
├─ signer/
│  ├─ src/
│  ├─ test/
│  ├─ package.json
│  ├─ README.json
├─ .gitignore
├─ package.json
├─ README.md

About

Virto Signers for Polkadot API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published