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
- Host: GitHub
- URL: https://github.com/merklejerk/soluble
- Owner: merklejerk
- License: apache-2.0
- Created: 2020-04-21T06:01:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T16:37:21.000Z (over 2 years ago)
- Last Synced: 2025-03-11T23:47:51.606Z (7 months ago)
- Topics: node, npm, solc, solidity
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```