specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Add flatten functionality #48

Closed MoMannn closed 5 years ago

MoMannn commented 5 years ago

It would be cool to have a specron flatten command that would flatten all the smart contracts and dependencies into one file.

fulldecent commented 5 years ago

Flattening is usually done very poorly in the wild. Maybe we can do this a lot better than everybody else with a couple conventions.

xpepermint commented 5 years ago

https://github.com/specron/framework/pull/66