@ink-sdk/react
v0.2.1
Published
React bindings for the Ink SDK.
Readme
@ink-sdk/react
React hooks for Ink SDK apps.
import { useInkClient, useInkCall } from "@ink-sdk/react";
const ink = useInkClient(options);
const { call, receipt, isExecuting, error } = useInkCall(ink);The hooks wrap the core @ink-sdk/sdk client and expose call state for application UIs.
