divergencetech / ethier

Golang and Solidity SDK to make Ethereum development ethier
MIT License
217 stars 23 forks source link

Initial steps to enable Bazel builds and testing #54

Closed ARR4N closed 2 years ago

ARR4N commented 2 years ago

Note: Bazel does not yet function independently as ethier gen and solc are not yet part of the pipeline. This means that npm run generate MUST still be called before bazel build //... and bazel test //... as the generated.go files are expected to be present.

All existing go.mod dependencies are included in repositories.bzl, generated by //:gazelle, with necessary patches in BUILD-patches/.