Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aleph-sdk-ts

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aleph-sdk-ts

Aleph.im Typescript SDK

  • 3.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
234
decreased by-22.77%
Maintainers
4
Weekly downloads
 
Created
Source

aleph-sdk-ts

Description

This SDK offers binding to interact with the Aleph decentralized network.

Written in Typescript it is meant as a drop in replacement for the aleph-js library.

Quick Start

npm install aleph-sdk-ts

Supported chains

This is the list of currently supported Account types. For each of them you can:

  • Retrieve an account from a private key or mnemonic (or generate one on the fly).
  • Sign and send messages on the Aleph Network

On top of that some accounts allow you to encrypt messages, retrieve an account from a browser based wallet (ex: Metamask), or from a Ledger wallet.

ChainEncryptionWalletLedger
Avalanche:heavy_check_mark::x::x:
Cosmos:x::x::x:
Ethereum:heavy_check_mark::heavy_check_mark::x:
NULS2:heavy_check_mark::x::x:
Solana:x::heavy_check_mark::x:
Substrate:heavy_check_mark::x::x:
Tezos:x::heavy_check_mark::x:

Running from source

If you wish to use feature which are not (yet) released, feel free to clone this repository on your local machine.

Make sure to install the dependencies first by running:

npm install

You can run the test suite, using:

npm run test

Contribution

Your contributions are always welcome, here's a guide to get started.

License

This software is released under The MIT License.

Keywords

FAQs

Package last updated on 25 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc