Home

Awesome

<div align="center">

asdf-starknet-foundry Build Lint

Starknet Foundry plugin for the asdf version manager created by akhercha.

</div>

Install

This plugin needs bash, curl, tar and other generic POSIX utilities. Everything should be included by default on your system.

asdf plugin add starknet-foundry

or

asdf plugin add starknet-foundry https://github.com/foundry-rs/asdf-starknet-foundry.git

Use

Show all installable versions:

asdf list-all starknet-foundry

Install latest version:

asdf install starknet-foundry latest

Install specific version:

asdf install starknet-foundry 0.8.2

Set a version globally (in your ~/.tool-versions file):

asdf global starknet-foundry latest

Set a version locally:

asdf local starknet-foundry latest

Now snforge and sncast commands are available:

snforge --version
sncast --version

Check asdf readme for more instructions on how to install & manage versions.