1.3.0 • Published 4 months ago

@timeleap/client v1.3.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

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

1.3.0

4 months ago

1.2.0

5 months ago