Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)