Skip to content

Commit

Permalink
Install starknet-devnet with asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Jun 14, 2024
1 parent a07ce06 commit f442452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ scarb 2.6.2
action-validator 0.6.0

starkli 0.2.9
starknet-devnet 0.0.5
4 changes: 3 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ scripts:
starknet:setup:
description: Install starknet dev env
run: |
cargo install starknet-devnet --version $STARKNET_DEVNET_VERSION 2> /dev/null 2>&1
asdf plugin add starknet-devnet https://github.com/ptisserand/asdf-starknet-devnet.git
asdf install starknet-devnet $STARKNET_DEVNET_VERSION
asdf local starknet-devnet $STARKNET_DEVNET_VERSION
asdf plugin add scarb
asdf install scarb $SCARB_VERSION
Expand Down

0 comments on commit f442452

Please sign in to comment.