Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 8, 2024
1 parent 85e1430 commit 9b16aed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/components/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ state - but you can ignore this if you're not a mathematician.

#### Efficient State Synchronization

A naive approach to state synchronization would be to transfer the entire state
between peers, but this would be inefficient for large states. Instead,
Freenet contracts utilize a much more efficient and flexible approach to state
synchronization that transmits only the difference between states.
Naively we could transfer the entire state between peers, but this would be
inefficient for larger states. Instead, Freenet transmits only the
difference between states.

To do this a contract implements three functions:

Expand Down

0 comments on commit 9b16aed

Please sign in to comment.