Skip to content

holochain/lair-client-js

Repository files navigation

Lair Client for Node.js

Javascript implementation of client for Lair Keystore.

⚠️ This is the NEW lair api, if you're looking for the classic one, see the legacy-api branch.

Overview

This module provides APIs for

  • connecting to Lair
  • receiving and responding to messages
  • sending requests and awaiting response
  • constructing messages using wire type structs

Basic Usage

todo

API Reference

See https://holochain.github.io/lair-client-js/

Contributing

See CONTRIBUTING.md