getfoundry.sh
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Package Information
- Domain:
getfoundry.sh
- Name:
getfoundry.sh
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +getfoundry.sh -- $SHELL -i
Programs
This package provides the following executable programs:
forge
anvil
cast
chisel
Available Versions
Show all 10 versions
2024.4.12
,2023.12.7
,2023.7.16
,1.2.3
,1.2.2
1.2.1
,1.2.0
,1.1.0
,1.0.0
,0.3.0
Latest Version: 2024.4.12
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +getfoundry.sh@2024.4.12 -- $SHELL -i
Dependencies
This package depends on:
git-scm.org^2
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.getfoundrysh
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.