From a94d2881780d42a6a7187342cfddb2d044df64c9 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Thu, 11 Apr 2024 18:56:30 +0200 Subject: [PATCH] reword, fixed typo and EIP link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d8f89e..b55910a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # eip-3074-tools -Tools built around the patched versions of forge and the solidity compiler that -support EIP-3074 opcodes from [clabby/eip-3074-foundry]. +Tools built around the patched versions of forge and the solidity compiler from +[clabby/eip-3074-foundry], which support [EIP-3074] opcodes. ## Docker image The Docker image defined in this repo contains both the patched solc and forge -binaries, compatible with EIP-3074 and ready o be used. The patches are avaiable +binaries, compatible with EIP-3074 and ready to be used. The patches are avaiable under the `patches` directory, during the image build process the source for both binaries is checked out, the patches are applied and the binaries are built and put under `/usr/local/bin` in the final image. @@ -58,3 +58,4 @@ In this case we have signalled forge that we want incresed verbosity in the test output passing `test -vvvv` to `--foundry-command`. [clabby/eip-3074-foundry]: https://github.com/clabby/eip-3074-foundry +[EIP-3074]: https://eips.ethereum.org/EIPS/eip-3074