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

Improve foundry setup #67

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

janjakubnanista
Copy link

@janjakubnanista janjakubnanista commented Feb 29, 2024

In this PR

  • Remove dependencies from package.json
    • The forge-std dependency is quite outdated, preferred way of installing this is forge install foundry-rs/forge-std
    • These dependencies are not required in production yet they would end up being installed in users' node_modules (as opposed to devDependencies)
  • Add foundry.toml and remove remappings.txt
  • Add a basic github workflow to test code once pushed (see the latest run here - I believe I'd need to get approved for this action to run for this PR)

@niran let me know if there are any changes you'd like to me to make, more than happy to oblige!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant