## `@todo` * [ ] how to manage deployed contracts? (maybe just a folder with `instanceX.json` files? * [ ] autogenerates deployment file ```js { title: 'i.e. Ballot_27/11/2018', home: { address: '0x....', network: 'ropsten' }, abi: {}, source: '', timestamp: '2018.12.31-16:34', publisher: '0x...', // wallet address of "deployer" compiler: { language: 'solidity', version: '0.5.0' } } ``` ---