hswick / exw3

High level Ethereum RPC Client for Elixir
Apache License 2.0
151 stars 45 forks source link

Permissioned DLTs - Quorum #74

Open tomazbracic opened 3 years ago

tomazbracic commented 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

hswick commented 3 years ago

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