New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@foundry-rs/anvil

Package Overview
Dependencies
Maintainers
4
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foundry-rs/anvil

Anvil is a fast local Ethereum development node

latest
Source
npmnpm
Version
1.6.0-rc1
Version published
Weekly downloads
2.9K
271.37%
Maintainers
4
Weekly downloads
 
Created
Source

Anvil

Anvil is a fast local Ethereum development node. The anvil binary can be used both within and outside of a Foundry project.

Usage

One-off commands

Example

npx --yes @foundry-rs/anvil@nightly

More generally

npx --yes @foundry-rs/anvil@<version|nightly> [args...]

Install then use

locally to your project

npm add @foundry-rs/anvil@nightly
npx anvil [args...]

globally

npm add --global @foundry-rs/anvil@nightly
anvil [args...]

Also works with deno, bun, and pnpm:

deno run --quiet --allow-all npm:@foundry-rs/anvil@nightly [args...]
bun x @foundry-rs/anvil@nightly [args...]
pnpm dlx --silent @foundry-rs/anvil@nightly [args...]

Keywords

foundry

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

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