Core Library

The core library provides low-level functions for the production, building, and validation of FCTs. Using low-level calls it enables the library to perform various tasks such as configuring, limiting and validating the FCTs, estimating and calculating possible paths (cheapest, fastest, most expensive etc.).

These functions are used to create and configure the FCTs, set their limits and recurrences, and give them names.

The library is also able to estimate and calculate the most expensive path between any two tokens, which can be useful for optimizing performance.

Additionally, the library can display possible paths and results for testing purposes, which can help developers identify and resolve issues with their code.

Overall, this core library provides a foundation for building and validating FCTs, and offers various useful functions for optimizing and testing code.

Last updated