Open tomazbracic opened 3 years ago
Hi,
I am using permissioned DLT -> Quorum from Consensys (previously JPMorgan). This is basically "enterprise functionaliy" rich version of Ethereum. Most important one are private contracts and private transactions.
For instance: https://docs.goquorum.consensys.net/en/stable/HowTo/Use/DevelopingSmartContracts/#creating-private-transactionscontracts
Can I handle this with exw3? Deployment of such contract, calling it later? Can't really see from the documentation.
Thanks
It currently is not supported because the deployment params are hard coded here:
https://github.com/hswick/exw3/blob/master/lib/exw3/contract.ex#L190
Hi,
I am using permissioned DLT -> Quorum from Consensys (previously JPMorgan). This is basically "enterprise functionaliy" rich version of Ethereum. Most important one are private contracts and private transactions.
For instance: https://docs.goquorum.consensys.net/en/stable/HowTo/Use/DevelopingSmartContracts/#creating-private-transactionscontracts
Can I handle this with exw3? Deployment of such contract, calling it later? Can't really see from the documentation.
Thanks