I'm very new to Solidity compiler (and Ethereum). And my goal is to publish some contract on blockchain. I'm doing simple example like this: https://ethereum.gitbooks.io/frontier-guide/content/compiling_contract.html
But this line:
contract = eth.compile.solidity(source).test
doesn't work as in example. Because property "test" is always unavailable.
Instead of .test it returns key like this:
I can't understand what is "/tmp/geth-compile-solidity255557006:test:".
$geth version
Version: 1.5.6-unstable
Protocol Versions: [63 62]
Go Version: go1.7.3
