@whi/holochain-websocket

v0.1.6
A Javascript library for communicating with Holochain's Websocket API

Holochain Client

A Javascript library for communicating with Holochain's Websocket API

Overview

Features

  • Request/Response handling
  • Detailed error classes

Install

npm i @whi/holochain-websocket

Basic Usage

App Interface

Each example assumes this code is present

import { Connection } from '@whi/holochain-websocket';

const admin_interface_port = 45678;

const conn = new Connection( admin_interface_port );

Example

let agent_hash = await conn.request("generate_agent_pub_key");

API Reference

See docs/API.md

Contributing

See CONTRIBUTING.md

npm i @whi/holochain-websocket

Metadata

  • ISC
  • Whatever
  • Matthew Brisebois
  • released 4/21/2023

Downloads