Socket
Socket
Sign inDemoInstall

@foundry-rs/hardhat-forge

Package Overview
Dependencies
911
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @foundry-rs/hardhat-forge

Hardhat plugin for foundry's forge


Version published
Weekly downloads
162
decreased by-15.62%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

hardhat-forge

This Hardhat plugin is for forge.

What

This plugin provides bindings for forge commands as hardhat tasks.

Installation

npm install --save-dev @foundry-rs/hardhat-forge

And add the following statement to your hardhat.config.js:

require("@foundry-rs/hardhat-forge");

Or, if you are using TypeScript, add this to your hardhat.config.ts:

import "@foundry-rs/hardhat-forge";

Tasks

This plugin provides the following tasks:

  • "forge::build" for "forge build
  • "forge::test" for "forge test

Configuration

See Foundry.

LICENSE

Keywords

FAQs

Last updated on 17 Aug 2022

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