0.1.4 • Published 9 months ago

@phala/dstack-sdk v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

Tappd SDK

This SDK provides a TypeScript client for communicating with a Tappd server via Unix Domain Socket.

Installation

npm install tappd-sdk

Usage

import { TappdClient } from 'tappd-sdk';

const client = new TappdClient('/path/to/tappd.sock');
client.deriveKey('/', 'mySubject')
  .then(result => console.log(result))
  .catch(error => console.error(error));

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the project: npm run build
  4. Run tests: npm test

License

Apache License

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago