@eco-foundation/routes
Version:
The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choice.
11 lines (10 loc) • 330 B
TypeScript
/**
* @file index.ts
*
* Main entry point for utilities used by the Eco Routes TypeScript library.
* Exports all utility functions for encoding, decoding, and hashing intent data,
* as well as helper functions for common blockchain operations.
*/
export * from './intent';
export * from './utils';
export * from './helper';