@aleph-sdk/client
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Aleph.im TypeScript Client

The Aleph.im TypeScript SDK provides a set of tools to interact with the Aleph.im network. This iteration of the SDK is a complete rewrite of the original aleph-ts-sdk and splits the monolithic package into smaller, more manageable packages.

Each chain has its own package:

so that you can only install the packages and dependencies you need.

This particular client package is a wrapper arount @aleph-sdk/message and delivers a similar interface to the exemplary Python SDK.

Additional domain and DNS-related functions can be found in @aleph-sdk/dns or in the official docs.

Establishing ALEPH streams to create VPS instances using Superfluid on Avalanche can be done with @aleph-sdk/superfluid.

Installation

The Aleph.im TypeScript SDK is available on NPM, and can be installed using npm:

npm install @aleph-sdk/client

If you want to use the AuthenticatedAlephHttpClient to write messages, you will also need to install the package for the chain you want to use to sign your messages:

npm install @aleph-sdk/ethereum

Usage

See the official Aleph Docs for more information on how to use the SDK.

Readme

Keywords

none

Package Sidebar

Install

npm i @aleph-sdk/client

Homepage

aleph.im

Weekly Downloads

93

Version

1.0.6

License

MIT

Unpacked Size

46.5 kB

Total Files

8

Last publish

Collaborators

  • amalcaraz