Hive Multisig SDK
  • Welcome!
  • Quick Start
  • WebSocket flow
    • 1 - Users connect to the Websocket
    • 2 - User A requests a transaction
    • 3 - User B receives the signature request
    • 4 - User B signs the transaction
    • 5 - User B broadcasts the transaction
    • 6 - Users both receive a successful broadcast notification
  • API
  • Utils
    • Encode Transaction
    • Decode Transaction
  • Static helpers
    • Get/Reset HiveMultisig instance
    • Get Signers
    • Get Authorities
    • Validate Initiator
  • Demo
Powered by GitBook
On this page
  • Welcome to Hive Multisig!
  • Hive Multisig SDK

Welcome!

NextQuick Start

Last updated 1 year ago

Welcome to Hive Multisig!

Hive Multisig is a suite of tools that allows users to perform multisig operations on the Hive blockchain.

It includes :

  • : distribute encrypted operations among potential signers. It is centralized for now but we have plans to decentralize it in the future.

  • : One-stop dApp for everything related to Multisig. Users can modify their keys and initiate multisig transactions.

  • : For other dApps looking to integrate Hive Multisig.

Hive Multisig SDK

This documentation's purpose is to help developers integrate multisig operations through our SDK.

Let's get started with the installation.

Hive Multisig Backend
Hive Multisig dApp
Hive Multisig SDK
Quick Start