https://github.com/foundry-rs/foundryup
Foundry toolchain manager
https://github.com/foundry-rs/foundryup
alloy blockchain bytecode compiler compilers dapp eth ethereum evm framework fuzzing ir rust solidity testing tooling
Last synced: 2 months ago
JSON representation
Foundry toolchain manager
- Host: GitHub
- URL: https://github.com/foundry-rs/foundryup
- Owner: foundry-rs
- License: apache-2.0
- Created: 2022-07-11T15:16:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T18:23:03.000Z (2 months ago)
- Last Synced: 2026-01-15T18:26:06.175Z (2 months ago)
- Topics: alloy, blockchain, bytecode, compiler, compilers, dapp, eth, ethereum, evm, framework, fuzzing, ir, rust, solidity, testing, tooling
- Language: Rust
- Homepage: https://getfoundry.sh
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# foundryup: the foundry toolchain installer
*foundryup* installs [the Foundry toolchain](https://github.com/foundry-rs/foundry) from the official
release channels.
## Usage
```bash
curl -L https://foundry.paradigm.xyz | bash
foundryup
```
## Documentation
See [**The Foundry Book**](https://getfoundry.sh/) for documentation on installing and using *foundryup*.
## Getting help
See [**Getting help**](https://github.com/foundry-rs/foundry#getting-help)