mirror of
https://github.com/placeholder-soft/asdf-foundry-zksync.git
synced 2026-01-12 07:04:07 +08:00
58 lines
1.7 KiB
Markdown
58 lines
1.7 KiB
Markdown
<div align="center">
|
|
|
|
# asdf-foundry-zksync [](https://github.com/placeholder-soft/asdf-foundry-zksync/actions/workflows/build.yml) [](https://github.com/placeholder-soft/asdf-foundry-zksync/actions/workflows/lint.yml)
|
|
|
|
[foundry-zksync](https://github.com/placeholder-soft/foundry-zksync) plugin for the [asdf version manager](https://asdf-vm.com).
|
|
|
|
</div>
|
|
|
|
# Contents
|
|
|
|
- [Dependencies](#dependencies)
|
|
- [Install](#install)
|
|
- [Contributing](#contributing)
|
|
- [License](#license)
|
|
|
|
# Dependencies
|
|
|
|
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
|
|
|
|
# Install
|
|
|
|
Plugin:
|
|
|
|
```shell
|
|
asdf plugin add foundry-zksync
|
|
# or
|
|
asdf plugin add foundry-zksync https://github.com/placeholder-soft/asdf-foundry-zksync.git
|
|
```
|
|
|
|
foundry-zksync:
|
|
|
|
```shell
|
|
# Show all installable versions
|
|
asdf list-all foundry-zksync
|
|
|
|
# Install specific version
|
|
asdf install foundry-zksync latest
|
|
|
|
# Set a version globally (on your ~/.tool-versions file)
|
|
asdf global foundry-zksync latest
|
|
|
|
# Now foundry-zksync commands are available
|
|
forge --version
|
|
```
|
|
|
|
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
|
|
install & manage versions.
|
|
|
|
# Contributing
|
|
|
|
Contributions of any kind welcome! See the [contributing guide](contributing.md).
|
|
|
|
[Thanks goes to these contributors](https://github.com/placeholder-soft/asdf-foundry-zksync/graphs/contributors)!
|
|
|
|
# License
|
|
|
|
See [LICENSE](LICENSE) ©[Zitao Xiong](https://github.com/placeholder-soft/)
|