cowprotocol / ethcontract-rs

Generate type-safe bindings for interacting with Ethereum contracts.
Apache License 2.0
307 stars 45 forks source link

Add Ethereum Waffle artifact support. #382

Open nlordell opened 4 years ago

nlordell commented 4 years ago

We currently only have support for Truffle artifacts, and raw ABIs, it would be nice to also support Ethereum Waffle artifacts for things like deployment transaction and address for networks.

@josojo This is relevant for gnosis/oba-services

taminomara commented 3 years ago

From what I see, Truffle and Waffle use the same format?