@cheeseswap/cheeseswap-lib

CheeseSwap Library

Usage no npm install needed!

<script type="module">
  import cheeseswapCheeseswapLib from 'https://cdn.skypack.dev/@cheeseswap/cheeseswap-lib';
</script>

README

CheeseSwap Lib

Solidity libraries that are shared across CheeseSwap 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 @cheeseswap/cheeseswap-lib

Then import the contracts via:

import "@cheeseswap/cheeseswap-lib/contracts/access/Ownable.sol";