@marx-dex/marx-dex-lib
v4.0.1-alpha
Published
Solidity libraries that are shared across MarX Decentralized Exchange contracts
Maintainers
Readme
marx-dex-lib
Solidity libraries that are shared across MarX Decentralized Exchange 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 @marx-dex/marx-dex-lib
Then import the contracts via:
import '@marx-dex/marx-dex-lib/contracts/libraries/Babylonian.sol';
