Skip to content

Commit

Permalink
fixup! economical instead of free
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Dec 11, 2024
1 parent e6b3416 commit 9ffc8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/guides/getting-started/contract-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ platform achieves this functionality through a powerful feature called VStorage.

Smart contracts on the Agoric chain can write data to VStorage, which acts as a publicly accessible
storage layer. This data is available for anyone to query, similar to the functionality of a getter
API on other blockchains. It is completely cost-free, meaning developers and users can fetch data
from VStorage without incurring any fees.
API on other blockchains. It is cost-effective, meaning developers and users can fetch data
from VStorage without incurring any extravagant fees.

For instace, if a smart contract manages educational records, it can publish any relevant information
to VStorage through a `chainStorage` API, and anyone can query this data to verify the authenticity of
Expand Down

0 comments on commit 9ffc8e5

Please sign in to comment.