
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@pendle/core-v2
Advanced tools
This repository contains the core smart contracts for the Pendle V2 Protocol.
Specifications for how Pendle V2 Protocol works can be read in our 4 whitepapers at this link
Pendle V2 contracts have been auditted by 6 auditors. The reports could be found in the audits
folder
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.
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(...);
}
}
FAQs
Core smart contracts of Pendle Protocol.
The npm package @pendle/core-v2 receives a total of 983 weekly downloads. As such, @pendle/core-v2 popularity was classified as not popular.
We found that @pendle/core-v2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.