UNPKG

@okcontract/sdk-react

Version:

One-stop-shop permissionless SDK for building any blockchain frontend

6 lines (5 loc) 254 B
export { useCell } from "./cell"; export { OKContract, useCore, useVerified, useWallet } from "./core"; export { OKInstance, useInstance } from "./instance"; export { OKInteraction, useStepper } from "./interaction"; export { OKWidget } from "./widget";