Introducing openlib.func: open-source extended library for FunC!
š Currently, we're using this library for smart-contracts development in the Continuation Finance. It not only optimizes gas consumption in common scenarios but also simplifies the development of our contracts.
š§ Our library comprises three modules:
openlib.func: The core part of the library giving many builders for standard situations, as well as interesting functions that make contract development more efficient.
gaslib.func: This module implements gas params keeping and gas-to-gram calculation in the smart-contract. Recognizing the importance of considering the amount of gas used is crucial within the security context of smart-contract development.
mathlib.func: Currently, this module includes a highly optimized square root function. However, be aware that we plan to complement it with new functions in the future.
š Links: [github]
Nov 25, 2023, 2:23 AM