Home

Awesome

asdf-solidity

Build Status

solidity plugin for the asdf version manager.

Contents

Dependencies

Install

Plugin:

asdf plugin add solidity

Or:

asdf plugin add solidity https://github.com/diegodorado/asdf-solidity.git

solidity:

# Show all installable versions
asdf list-all solidity

# Install specific version
asdf install solidity latest

# Set a version globally (on your ~/.tool-versions file)
asdf global solidity latest

# Now solidity commands are available
solc --version

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

Contributing

Contributions of any kind welcome!

Testing Locally:

asdf plugin test solidity . solc --version

Tests are automatically run on push.