New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@timeleap/unchained-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timeleap/unchained-client

The Unchained Client library provides programmatic access to the Unchained network. This library provides the following classes:

latest
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

TypeScript Unchained Client

The Unchained Client library provides programmatic access to the Unchained network. This library provides the following classes:

import { Wallet } from "@timeleap/unchained-client"

const wallet = await Wallet.random()
console.log(wallet.toBase58())
import { Client } from "@timeleap/unchained-client"

const client = await Client.connect(wallet, unchainedBrokerURI)
const response = await client.send(rpcRequest)

Documentation

WIP

FAQs

Package last updated on 29 Jan 2025

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