├── .gitignore ├── README.md ├── solc_helper └── test_compiled.js /.gitignore: -------------------------------------------------------------------------------- 1 | tags 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rakeshbs/solidity_compiler_helper/HEAD/README.md -------------------------------------------------------------------------------- /solc_helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rakeshbs/solidity_compiler_helper/HEAD/solc_helper -------------------------------------------------------------------------------- /test_compiled.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rakeshbs/solidity_compiler_helper/HEAD/test_compiled.js --------------------------------------------------------------------------------