UNPKG

@block-auth.io/blockauth-sdk

Version:

Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.

4 lines (3 loc) 171 B
import { RpcClient, WsClient } from './providers/clients/index'; import { BlockAuthProvider } from './providers/index'; export { BlockAuthProvider, RpcClient, WsClient };