Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylan-kentish/gas-optimisations
This repository will explore various gas optimisations that can be used to reduce the gas costs of common use cases within solidity contracts
https://github.com/dylan-kentish/gas-optimisations
Last synced: 5 days ago
JSON representation
This repository will explore various gas optimisations that can be used to reduce the gas costs of common use cases within solidity contracts
- Host: GitHub
- URL: https://github.com/dylan-kentish/gas-optimisations
- Owner: Dylan-Kentish
- License: mit
- Created: 2022-09-10T14:10:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T21:15:31.000Z (over 2 years ago)
- Last Synced: 2024-11-18T16:38:14.514Z (2 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gas Optimisations
This repository will explore various gas optimisations that can be used to reduce the gas costs of common use cases within solidity contracts## [Mappings](./contracts/mapping/README.md)