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.

10 lines (9 loc) 248 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 './rpc'; export * from './abis';