Skip to content

virto-network/papi-signers

Repository files navigation

Polkadot-API Signers and Authenticators

Virto Signer

📚 Documentation

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

Packages

Directory Structure

papi-signers/
├─ authenticators/       # Authenticator implementations
│  ├─ webauthn/          # @virtonetwork/authenticators-webauthn
│  └─ substrate/         # @virtonetwork/authenticators-substrate
├─ signer/               # @virtonetwork/signer (Core package)
├─ docs/                 # Documentation & Guides
└─ package.json

Packages

 
 
 

Contributors