UNPKG

@erc7824/nitrolite

Version:

The Nitrolite SDK empowers developers to build high-performance, scalable web3 applications using state channels. It's designed to provide near-instant transactions and significantly improved user experiences by minimizing direct blockchain interactions.

11 lines (10 loc) 281 B
export * from './types'; export * from './utils'; export * from './errors'; export * from './client'; export * from './client/services'; export * from './client/types'; export * from './client/state'; export * from './client/signer'; export * from './rpc'; export * from './abis';