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

Optimize smart contracts for gas usage aka gas golfing #177

Open
0xCardinalError opened this issue Aug 21, 2023 · 0 comments
Open

Optimize smart contracts for gas usage aka gas golfing #177

0xCardinalError opened this issue Aug 21, 2023 · 0 comments
Labels

Comments

@0xCardinalError
Copy link
Contributor

0xCardinalError commented Aug 21, 2023

"Gas golfing is the process of optimizing the existing functionality of a smart contract without actually changing what it does"

Code we use is not optimized for gas usage. We can improve that a lot.

Some resources on this for ppl that want to know more
https://docs.uniswap.org/blog/intro-to-gas-optimization
https://github.com/0xisk/awesome-solidity-gas-optimization

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