cowprotocol / ethcontract-rs

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

Add buildscript helpers to `ethcontract-generate` #514

Open nlordell opened 3 years ago

nlordell commented 3 years ago

It would be beneficial for newer projects to get up and running with less friction if some of the helpers we use for generating contract bindings in build scripts were moved to a shared location. They could facilitate patterns like we have in gp-v2-services including things like supporting "address files" that we use for E2E testing.

taminomara commented 3 years ago

Idea from #512: Implement ArtifactBuilder to build all/some contracts from an artifact.