Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptisserand/asdf-starknet-devnet
asdf plugin for starknet-devnet
https://github.com/ptisserand/asdf-starknet-devnet
asdf asdf-plugin starknet
Last synced: about 1 month ago
JSON representation
asdf plugin for starknet-devnet
- Host: GitHub
- URL: https://github.com/ptisserand/asdf-starknet-devnet
- Owner: ptisserand
- License: mit
- Created: 2024-06-14T13:07:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:45:18.000Z (5 months ago)
- Last Synced: 2024-06-14T14:41:16.482Z (5 months ago)
- Topics: asdf, asdf-plugin, starknet
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-starknet-devnet [![Build](https://github.com/ptisserand/asdf-starknet-devnet/actions/workflows/build.yml/badge.svg)](https://github.com/ptisserand/asdf-starknet-devnet/actions/workflows/build.yml) [![Lint](https://github.com/ptisserand/asdf-starknet-devnet/actions/workflows/lint.yml/badge.svg)](https://github.com/ptisserand/asdf-starknet-devnet/actions/workflows/lint.yml)
[starknet-devnet](https://0xspaceshard.github.io/starknet-devnet-rs/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add starknet-devnet
# or
asdf plugin add starknet-devnet https://github.com/ptisserand/asdf-starknet-devnet.git
```starknet-devnet:
```shell
# Show all installable versions
asdf list-all starknet-devnet# Install specific version
asdf install starknet-devnet latest# Set a version globally (on your ~/.tool-versions file)
asdf global starknet-devnet latest# Now starknet-devnet commands are available
starknet-devnet --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/ptisserand/asdf-starknet-devnet/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Patrice Tisserand](https://github.com/ptisserand/)