1.1.0 • Published 6 months ago
@timeleap/unchained-client v1.1.0
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.encode())
import { Client } from "@timeleap/unchained-client"
const client = await Client.connect(wallet, unchainedBrokerURI)
const response = await client.send(rpcRequest)
Documentation
WIP