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

@timeleap/client

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timeleap/client

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

latest
npmnpm
Version
1.7.15
Version published
Maintainers
2
Created
Source

TypeScript Timeleap Client

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

import { Wallet } from "@timeleap/client"

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

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

Documentation

WIP

FAQs

Package last updated on 03 Sep 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