This repository is a starter kit for working with Solidity (The Contract-Oriented Programming Language)
- Node.js
- The Solidity compiler and the javascript binding solcjs:
npm install -g solc
(installing-solidity.html) - VS Code
- VS Code extension for Solidity
Name | Description |
---|---|
.vscode/ | VS Code specific settings |
src/ | source code that will be compiled to the dist dir |
soliumrc.json | Config settings |
- Clone this project.
- Put your .sol files in src directory
Use solcjs (solcjs --help
) or these pre-configured commands:
npm run build
Build and optimize:
npm run build-optimize
Feel free to contribute.
This project is licensed under the MIT License - see the LICENSE file for details