Skip to content

Introduction

Similar to the Python SDK, the TypeScript SDK provides a set of tools to interact with the Aleph.im network.

Since the release of the newly refactored Aleph TypeScript SDK, the original aleph-ts-sdk has been deprecated and split into smaller, more manageable packages.

These documentations refer to the v1.0.0-alpha1 release.

Installation

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

npm install @aleph-sdk/client

Usage