You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check [asdf guide](https://asdf-vm.com/guide/getting-started.html) for more instructions on how to install & manage versions.
63
63
64
+
### Install with starkup
65
+
66
+
[Starkup](https://github.com/software-mansion/starkup) is a tool for installing and managing Starknet-related tools, including starknet-devnet. To run starkup itself:
67
+
68
+
```
69
+
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh
70
+
```
71
+
72
+
Starkup uses `asdf` underneath to manage tool versions. After installation, you can use standard ASDF commands to manage starknet-devnet.
73
+
74
+
Make sure to restart your terminal or source your shell configuration file after installation to have starknet-devnet available in your PATH.
75
+
64
76
### Run the installed executable
65
77
66
-
When `cargo install` finishes, follow the output in your terminal. If properly configured, you should be able to run Devnet with:
78
+
When `cargo install`or another installation method finishes, follow the output in your terminal. If properly configured, you should be able to run Devnet with:
0 commit comments