logtui
Version:
A terminal-based UI for monitoring blockchain events using Hypersync
19 lines (16 loc) • 340 B
JavaScript
/**
* LogTUI - Main Export File
*
* This file exports the public API for the LogTUI package
*/
// Export scanner functionality
export { createScanner } from "./scanner.js";
// Export configuration utilities
export {
getNetworkUrl,
getEventSignatures,
hasPreset,
listPresets,
NETWORKS,
EVENT_PRESETS,
} from "./config.js";