📖 Solidity libraries that are shared across Escswap contracts
npm install @escswap/lib




Solidity libraries that are shared across Escswap contracts. This package focuses on safety and execution gas efficiency.
Run yarn to install dependencies.
Run yarn test to execute the test suite.
Install this in another project via yarn add @escswap/lib
Then import the contracts via:
``solidity
import '@escswap/lib/contracts/libraries/Babylonian.sol';
``