Socket
Socket
Sign inDemoInstall

@nomicfoundation/hardhat-foundry

Package Overview
Dependencies
277
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nomicfoundation/hardhat-foundry

Hardhat plugin that adds Hardhat support to Foundry projects


Version published
Weekly downloads
4.5K
decreased by-3.8%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

npm hardhat

hardhat-foundry

This plugin makes it easier to use Hardhat and Foundry in the same project.

When this plugin is enabled, Hardhat will use the same contracts directory that is used by Foundry, and it will be able to use dependencies installed with forge install.

If you have a pure Hardhat project, your can use the init-foundry task to create a foundry.toml file. The file will be created using the proper values to make Foundry work well with your Hardhat project.

Read our guide to learn more.

How it works

The plugin uses forge config to get Foundry's configuration and remappings. It then uses this information to make Hardhat's configuration compatible with Foundry.

Two of Hardhat's paths are updated: the sources path to make it match the one used by Foundry, and the cache path to guarantee that a different one is used, preventing potential issues.

The compilation task is also modified to add support for Foundry's remappings. This means that you can compile your contracts both with npx hardhat compile and forge build, and in both cases you can use dependencies installed with npm or with Foundry.

Keywords

FAQs

Last updated on 28 Aug 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc