Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 8, 2024
1 parent 3c29a62 commit ac3e9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/components/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Freenet is essentially a global decentralized key-value store where keys are
WebAssembly code called Contracts. Contracts are stored in the network,
along with their data or "state". The contract controls what state is permitted
and how it can be modified.
and how it can be modified, and also how to efficiently synchronize state
between peers.

Network users can read a contract's state and subscribe to receive immediate
updates if the state is modified.
Expand Down

0 comments on commit ac3e9df

Please sign in to comment.