Duplicate of logos-messaging/nwaku#323
Problem
The problem is about how to deploy a smart contract with its constructor's inputs using nim-web3.
Some thoughts:
The EthSend has a data field which embodies the compiled code of the contract, probably the constructor's parameters should be passed/encoded as part of the data field, like <smartcontract code><parameters of constructor> but couldn't find the encoding procedure in this library.