0.1.5 • Published 1 year ago

@whi/holochain-admin-client v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm.io

Holochain Admin Client

A Javascript client for communicating with Holochain's Admin Interface API.

npm.io npm.io npm.io

Overview

This client is guided by the interfaces defined in the holochain/holochain project.

Features

  • Attach app interfaces
  • Add admin interfaces
  • Generate agents
  • Register DNAs
  • Install/uninstall apps
  • Enable/disable apps
  • List apps, agents, cells, DNAs, app interfaces
  • Grant capabilities

Install

npm i @whi/holochain-admin-client

Basic Usage

Admin Interface

Example

import { AdminClient } from '@whi/holochain-admin-client';

const admin_interface_port = 12345;
const admin = new AdminClient( admin_interface_port );

await admin.generateAgent();

API Reference

See docs/API.md

Contributing

See CONTRIBUTING.md

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago