New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

solcvm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solcvm

A `solc` version manager

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

solcvm

A solc version manager

About

solcvm is a solc version manager that lets you install and manage different versions of solc.

Instalation

This tool depends on node and npm. Ensure both are installed in the system. npm install -g solcvm to install it.

Usage

  • Installing a solc version solcvm install x.y.z. It will install the x.y.z version of the solc compiler, if it is not already installed.
  • Uninstalling a solc version solcvm uninstall x.y.z. It will uninstall the x.y.z version of the solc compiler, if it is already installed.
  • Running a contract There are two ways of running a contract. solcvm using x.y.z contract.sol would run the contract using the x.y.z version of solc. solcvm contract.sol would try to grab the solidity version from the file, if no version of the compiler is specified in the pragma directive, it will use the latest version of the solidity installed. It supports pragma directive of the form of ^x.y.z as well as x.y.z.

For developers

Use npm install or yarn to install the dependencies. Run npm run test to run the tests and npm run test:coverage to view the test coverage.

FAQs

Package last updated on 26 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts