Skip to content

Commit

Permalink
update monolithicArchitecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleeio committed Jun 15, 2024
1 parent b3f63d4 commit bd20292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ displayed_sidebar: generalSidebar

# Use Monolithic Contract Architecture

This tutorial explores how making the architecture of your smart contracts monolithic, rather than having several contracts that communicate with each other, can result in significant gas savings. Inter-contract calls can be expensive, and by consolidating logic into a single contract, you can avoid these costs, albeit with some trade-offs in terms of complexity and modularity.
This tutorial explores how making the architecture of your smart contracts monolithic, rather than having several contracts that communicate with each other, can result in gas savings. Inter-contract calls can be expensive, and by consolidating logic into a single contract, you can avoid these costs, albeit with some trade-offs in terms of complexity and modularity.

**Introduction**

Expand Down

0 comments on commit bd20292

Please sign in to comment.