Skip to content

Commit

Permalink
Update docs/build/getting-started/quickstarts/hello-world.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Ribbink <[email protected]>
  • Loading branch information
chasefleming and jribbink authored Oct 18, 2024
1 parent cf05add commit c574c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import VerticalSplit from "./vertical-split.svg"

In this quickstart guide, you'll interact with your first smart contract on the Flow Testnet. `Testnet` is a public instance of the Flow blockchain designed for experimentation, where you can deploy and invoke smart contracts without incurring any real-world costs.

Smart contracts on Flow are permanent pieces of code that live on the blockchain. They allow you to encode business logic, define digital assets, manage user interactions, and much more. By leveraging smart contracts, you can create decentralized applications (dApps) that are transparent, secure, and open to anyone.
Smart contracts on Flow are permanent pieces of code that live on the blockchain. They allow you to encode business logic, define digital assets, and much more. By leveraging smart contracts, you can create decentralized applications (dApps) that are transparent, secure, and open to anyone.

Flow supports modern smart contracts written in [Cadence], a resource-oriented programming language designed specifically for smart contracts. Cadence focuses on safety and security, making it easier to write robust contracts. Flow also supports traditional [EVM]-compatible smart contracts written in Solidity, allowing developers to port their existing Ethereum contracts to Flow. In this guide, we'll focus on interacting with Cadence smart contracts.

Expand Down

0 comments on commit c574c93

Please sign in to comment.