ethereum / wiki

The Ethereum Wiki
https://www.ethereum.org
14.75k stars 2.57k forks source link

Poor info about execution Smart Contract setter method #627

Closed Lomey closed 6 years ago

Lomey commented 6 years ago

when I invoke Smart Contract setter method using truffle console it returns a lot of data image But when I doing it using Contract class I get only tx id and other info is not useful:

contract = ::Ethereum::Contract.create(name: ENV['ETH_SMART_CONTRACT_NAME'], truffle: { paths: [ENV['ETH_SMART_CONTRACT_FOLDER']] }, client: client)

image

So is it possible to more information?

jamesray1 commented 6 years ago

Please see https://github.com/ethereum/wiki/blob/master/ISSUE_TEMPLATE.md.