Skip to content

Official TypeScript Timeleap Client & Programmatic Wallet

Notifications You must be signed in to change notification settings

TimeleapLabs/ts-timeleap-client

Repository files navigation

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

About

Official TypeScript Timeleap Client & Programmatic Wallet

Resources

Stars

Watchers

Forks

Packages

No packages published