0.7.1 • Published 1 day ago

@spartan-hc/app-interface-client v0.7.1

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

npm.io

Holochain App Client

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

npm.io npm.io npm.io

Overview

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

Features

  • Support for Zomelets

Install

npm i @spartan-hc/app-interface-client

Simplest Usage

import { AppInterfaceClient } from '@spartan-hc/app-interface-client';

const client = new AppInterfaceClient( app_port );
const app_client = await client.app( auth_token );

await app_client.call( "role_name", "zome_name", "fn_name", args );

Contributing

See CONTRIBUTING.md

0.7.1

1 day ago

0.7.0

3 days ago

0.6.1

7 days ago

0.6.0

7 days ago

0.5.0

20 days ago

0.4.1

4 months ago

0.4.0

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago