An open API service indexing awesome lists of open source software.

https://github.com/merklejerk/soluble

Lean solidity compiler wrapper for node packages
https://github.com/merklejerk/soluble

node npm solc solidity

Last synced: 3 months ago
JSON representation

Lean solidity compiler wrapper for node packages

Awesome Lists containing this project

README

          

Lean solc compiler wrapper. Because sometimes you just want to compile some damn solidity.

## Usage
This package requires `solc` but will not install it as a dependency. This is to
ensure it always uses the `solc` version provided by your package.

```bash
yarn add solc
yarn add soluble
yarn soluble --help
yarn soluble compile -O path/to/output/dir -C path/to/config/file.json path/to/source/files/*.sol
```