@kodinghandle/bullswap-lib
Version:
📖 Solidity libraries that are shared across Bullswap contracts
29 lines (17 loc) • 1.27 kB
Markdown
# Bullswap-lib
[](https://github.com/haidaralimasu/bullswap-lib/actions?query=workflow%3ATests)
[](https://github.com/haidaralimasu/bullswap-lib/actions?query=workflow%3A%22Static+Analysis%22)
[](https://github.com/haidaralimasu/bullswap-lib/actions?query=workflow%3ALint)
[](https://github.com/haidaralimasu/bullswap-lib/actions?query=workflow%3A%22Fuzz+Testing%22)
[](https://unpkg.com/@kodinghandle/bullswap-lib/)
Solidity libraries that are shared across Bullswap contracts. This package focuses on safety and execution 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 @kodinghandle/bullswap-lib`
Then import the contracts via:
```solidity
import '@kodinghandle/bullswap-lib/contracts/libraries/Babylonian.sol';
```