solgraph icon indicating copy to clipboard operation
solgraph copied to clipboard

Include `import`ed source files

Open semuelle opened this issue 7 years ago • 0 comments

My ERC20 implements IERC20, inherits Ownable and Pausable and uses SafeMath. I can remove the import statements and paste everything into one contract, but it would be much more convenient if solgraph could do that automatically.

semuelle avatar Mar 12 '19 17:03 semuelle