Skip to content

foundry-rs/asdf-starknet-foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-starknet-foundry Build Lint

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

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.

About

Starknet Foundry plugin for the asdf version manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages