
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
@layerzerolabs/script-devtools-evm-foundry
Advanced tools
Scripts to help develop LayerZero EVM contracts using foundry
$ npm install @layerzerolabs/script-devtools-evm-foundry
This package not only exports a bunch of scripts for you to use in your foundry projects. But since they compile into your artifacts folder, you can run them from your command line.
forge script SimulateReceive --rpc-url YOUR_DESTINATION_CHAIN_RPC_URL --ffi
Since all the scripts are bundled into LZScripts.s.sol, you can import them in your own scripts like this:
import { LZUtils } from "@layerzerolabs/script-devtools-evm-foundry/scripts/LZScripts.s.sol";
Simulate receiving a message on an EVM chain - Read more Source code: SimulateReceive.s.sol Shell command:
forge script SimulateReceive --rpc-url $DESTINATION_CHAIN_RPC_URL --ffi
Profile the gas usage of OFT transfers on multiple mainnet networks - Read more Source code: OFTProfilerExample.s.sol Shell command: Not available
FAQs
Scripts to help develop LayerZero EVM contracts using foundry
The npm package @layerzerolabs/script-devtools-evm-foundry receives a total of 37 weekly downloads. As such, @layerzerolabs/script-devtools-evm-foundry popularity was classified as not popular.
We found that @layerzerolabs/script-devtools-evm-foundry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.