Jitendra Chittoda

Results 7 comments of Jitendra Chittoda

I think, what version string needs to be put in the flattened file, that string should be made configurable. `solidity_flattener -v "0.4.18" SmartContract.sol` This is how it should take parameter.

I am also getting the same problem. I also wanted to fatten the Oraclize API in my contract. Please fix this issue ASAP. Or suggest a workaround.

Solc does pickup and import the files present in node_module folder like this. ```import "openzeppelin-solidity/contracts/token/ERC20/StandardToken.sol";``` But if I open the .sol file having above line of imports, will show errors...

You can try with this project https://github.com/MainframeHQ/contracts I am using intellij-Solidity 2.1.2

@SerCeMan Did you tried to compile the Solidity files using "Build" menu -> "Compile Solidity"? Let me know what is the output you see in Terminal. I tried and its...

@0v1se I agree and understand that it will not pick-up directly from node_modules, As it has to be coded in the plugin to have it supported. As the remix started...

Oh great, thanks for letting me know. However, both of the PR still not merged to master.