solc-version-manager

Solc cli downloader tool

Usage no npm install needed!

<script type="module">
  import solcVersionManager from 'https://cdn.skypack.dev/solc-version-manager';
</script>

README

Solc version manager

This is a simple solc version downloader

It's a simple tool that check if version exists locally, if it doesn't it downloads version from remote.

Install it via npm

npm install --save solc-version-manager to save into your project

or install globally by

npm install -g solc-version-manager

Features to be added

  • Async fetching of multiple versions in parallel
  • Delete local version in path
  • Validate that downloaded file is actually solc version (integrating with solc-js)

Issues

For any proposals or issues feel free to contribute or ask for features or propose bug reports