Hypersign.Id
Ctrlk
Hypersign.idEntity StudioIdentity Wallet
  • 💬Welcome!
  • Hypersign KYC
    • Introduction
    • Integrations
    • KYC Widget
    • Hypersign ID Wallet
    • On-Chain KYC
    • Dashboard
    • Concepts
    • Tutorials
  • Hypersign SSI
    • Introduction
    • Setup SSI Service
    • 🔗API Reference
    • 🎰API Playground
    • 🏑SSI Playground
  • Hypersign Developer Dashboard
    • Service
    • Members & Roles
    • Security
  • Hypersign Identity Network
    • Introduction
    • Validators & Delegators
    • Governance
    • Faucet (testnet)
    • Developers
      • HID-Node Codebase
      • ⚙️Setup Local hid-network Tutorial
      • Hypersign SSI Toolkit
        • Hypersign DID SDK
        • Hypersign Schema SDK
        • Hypersign Verifiable Credential SDK
        • Hypersign Verifiable Presentation SDK
        • OfflineSigner
    • Blockchain & ID Explorer
  • Core Concepts
    • Introduction
    • Decentralized Identifier (DID)
    • Schema
    • Verifiable Credential (VC)
    • Verifiable Presentation (VP)
    • Specifications
  • Ecosystem
    • Forum
    • Github
    • HID Explorer
    • Eiko
    • MetaAuth
  • Privacy Policy
Powered by GitBook
On this page
Edit
  1. Hypersign Identity Network
  2. Developers
  3. Hypersign SSI Toolkit

OfflineSigner

// TODO

You may follow this this code snippet for creating OfflineSigner

offlineSigner = await createWallet(mnemonic);

https://github.com/cosmos/cosmjs/blob/33271bc51cdc865cadb647a1b7ab55d873637f39/packages/proto-signing/src/signer.ts#L26

PreviousHypersign Verifiable Presentation SDKNextIntroduction

Last updated 2 years ago