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

Migrate from hardhat to foundry #184

Open
0xCardinalError opened this issue Sep 12, 2023 · 0 comments
Open

Migrate from hardhat to foundry #184

0xCardinalError opened this issue Sep 12, 2023 · 0 comments
Labels

Comments

@0xCardinalError
Copy link
Contributor

Foundry is currently regarded as the most advanced tooling for working with smart contracts
https://github.com/foundry-rs/foundry

The main benefit is faster testing which saves developers time. Foundry also has some interesting advanced features for testing like cheat codes.
The difference is that tests are written in solidity as well so code in smart contracts is tested more natively which is beneficial for testing and well as for developers.

@bee-runner bee-runner bot added the issue label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant