internet-computer-protocol / evm-rpc-canister

Interact with EVM blockchains from the Internet Computer.
https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview
Apache License 2.0
63 stars 13 forks source link

build: set up reproducible builds via Docker #206

Closed rvanasa closed 5 months ago

rvanasa commented 5 months ago

This PR enables reproducible builds via a Docker container. Based on the approach used for the Internet Identity canister.

Supersedes #193.

gregorydemay commented 5 months ago

LGTM, thanks for pushing this effort @rvanasa!