Files
asdf-foundry-zksync/README.md
Zitao Xiong 3513dd6a1f chore: misc
2024-11-04 23:51:31 +08:00

58 lines
1.7 KiB
Markdown

<div align="center">
# asdf-foundry-zksync [![Build](https://github.com/placeholder-soft/asdf-foundry-zksync/actions/workflows/build.yml/badge.svg)](https://github.com/placeholder-soft/asdf-foundry-zksync/actions/workflows/build.yml) [![Lint](https://github.com/placeholder-soft/asdf-foundry-zksync/actions/workflows/lint.yml/badge.svg)](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/)