more options for classes.json
Allow using more of solc's --combined-json options. Dapple's build output should differ from solc's as little as possible for simple single-file packages
Ideally, Dapple could support the same output options as solc, for example to provide separate ABI and BIN files for each contract that can be used with other tools. One good example is the native Go binding generator, abigen, as seen here:
https://github.com/ethereum/go-ethereum/wiki/Native-DApps:-Go-bindings-to-Ethereum-contracts
Currently, it's quite problematic to integrate a Dapple smart contract into a Golang project. Not sure what the situation is for bindings in other languages.
@nmushegian @awishformore both of these options are great. This should definitely be an option given the social climate around minimizing unneeded data/requires in the JS community.