Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: include Foundry project example in tools #191

Merged
merged 4 commits into from
Jun 5, 2024

Conversation

acuarica
Copy link
Contributor

Description:

This PR includes a Foundry project example to verify contracts. Useful to make sure contract verification with Foundry works as expected.

Related issue(s):

Fixes #190.

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

acuarica added 3 commits May 31, 2024 20:29
Signed-off-by: Luis Mastrangelo <[email protected]>
Signed-off-by: Luis Mastrangelo <[email protected]>
@acuarica acuarica requested review from a team as code owners May 31, 2024 18:43
@acuarica acuarica requested review from quiet-node and Sheng-Long and removed request for a team May 31, 2024 18:43
@acuarica acuarica added the enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. label May 31, 2024
Signed-off-by: Luis Mastrangelo <[email protected]>
@acuarica acuarica requested a review from svienot June 3, 2024 15:21
Copy link
Member

@quiet-node quiet-node left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG but some Qs

tools/foundry/script/Counter.s.sol Show resolved Hide resolved
tools/foundry/src/Counter.sol Show resolved Hide resolved
tools/foundry/test/Counter.t.sol Show resolved Hide resolved
@acuarica acuarica merged commit e0b4399 into main Jun 5, 2024
5 checks passed
@acuarica acuarica deleted the 190-foundry-project-example branch June 5, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include Foundry project example to work with a custom Sourcify instance
2 participants