@pendle/core-v2

4.4.6 • Public • Published

Pendle V2

This repository contains the core smart contracts for the Pendle V2 Protocol.

Whitepapers

Specifications for how Pendle V2 Protocol works can be read in our 4 whitepapers at this link

Audits

Pendle V2 contracts have been auditted by 6 auditors. The reports could be found in the audits folder

Documentations

We have included documentations on how things work in the contract codes. There will be more documentations to come, which will be updated here when they are available.

Using solidity interfaces

The contract interfaces are available for import into solidity smart contracts via the npm artifact @pendle/core-v2, e.g.:

import '@pendle/core-v2/contracts/interfaces/IPMarket.sol';

contract MyContract {
  IPMarket market;

  function doSomethingWithMarket() {
    // market.mint(...);
  }
}

/@pendle/core-v2/

    Package Sidebar

    Install

    npm i @pendle/core-v2

    Weekly Downloads

    692

    Version

    4.4.6

    License

    BUSL-1.1

    Unpacked Size

    32 MB

    Total Files

    2177

    Last publish

    Collaborators

    • longvh
    • ngfam