1.1.0 • Published 6 months ago

@timeleap/unchained-client v1.1.0

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

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

1.1.0

6 months ago

1.0.0

6 months ago