An open API service indexing awesome lists of open source software.

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

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)