
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@pendle/core
Advanced tools
This repository contains the core smart contracts for the Pendle Protocol.
Prominent DeFi protocols have introduced various yield bearing tokens, like Aave's aToken or Compound's cToken, which has shown incredible growth and community acceptance. Pendle Protocol builds on top of this layer, by splitting the yield bearing tokens into two tokens: the Yield Token (YT) that represents the right to receive the yield, and the Ownership Token (OT) that represents the right to the underlying yield bearing tokens. This allows for the trading of yield, which has wide-ranging applications.
On top of yield tokenisation, Pendle Protocol has an AMM specifically designed for the trading of time-decaying assets, which aims to minimise impermanent loss (IL) for liquidity providers.
.env, similar to .env.example
mainnet and kovan, the scripts will use the deploying key as all the multisig.scripts/deploy/deploy.ts)yarn deploy:core --network <network>
deployments/<network>.jsonRESET=true:RESET=true yarn deploy:core --network <network>
scripts/manage/seed_test_contracts.ts)
EXPIRY=<expiry_to_seed> yarn deploy:seed --network <network>
deployments/<network>.json as welldeployments/<network>.json:
tenderly loginscripts/manage/verify_tenderly.ts)yarn verify --network <network>
ALCHEMY_KEY=<insert your ALCHEMY_KEY key here>
yarn test
yarn coverage:all
yarn hardhat node
yarn dev
yarn teleport
The primary license for Pendle Core is the Business Source License 1.1 (BUSL-1.1), see LICENSE.
contracts/interfaces/, contracts/governance/ and contracts/mock are licensed under MIT (as indicated in their SPDX headers)contracts/periphery/Timelock.sol and contracts/tokens/PENDLE.sol are also licensed under MIT (as indicated in their SPDX header)contracts/libraries/ are licensed under GPL-2.0-or-later (as indicated in their SPDX headers), see contracts/libraries/LICENSEFAQs
Core smart contracts of Pendle Protocol.
We found that @pendle/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.