UNPKG

@first-ledger/kit

Version:

The **Data Kit** is a modular, lightweight package designed to fetch, aggregate, and parse data from various blockchain networks. It provides developers with a unified interface to access blockchain data in a structured and usable format, enabling seamles

7 lines (4 loc) 144 B
import * as modules from './modules'; import * as typings from './typings'; export { modules, typings }; export default { modules, typings };