@eliteswap/lib
Version:
📖 Solidity libraries that are shared across Elite Swap contracts
28 lines (16 loc) • 1.07 kB
Markdown
# eliteswap-lib
[](https://github.com/EthereumEliteswap/eliteswap-lib/actions?query=workflow%3ATests)
[](https://github.com/EthereumEliteswap/eliteswap-lib/actions?query=workflow%3A%22Static+Analysis%22)
[](https://github.com/EthereumEliteswap/eliteswap-lib/actions?query=workflow%3ALint)
[](https://unpkg.com/@eliteswap/lib@latest/)
Solidity libraries that are shared across Elite Swap contracts. These libraries are focused on safety and gas efficiency.
## Install
Run `yarn` to install dependencies.
## Test
Run `yarn test` to execute the test suite.
## Usage
Install this in another project via `yarn add @eliteswap/lib`
Then import the contracts via:
```solidity
import '@eliteswap/lib/contracts/libraries/Babylonian.sol';
```