Skip to content

Commit

Permalink
reword, fixed typo and EIP link
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Apr 11, 2024
1 parent f6cc218 commit a94d288
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit a94d288

Please sign in to comment.