@pyladesprotocol/lib

📖 Solidity libraries that are shared across Pylades contracts

Usage no npm install needed!

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

README

Pylades lib 💂

Tests Static Analysis Lint Fuzz Testing npm

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

Then import the contracts via:

import '@pyladesprotocol/lib/contracts/libraries/Babylonian.sol';