Skip to content

Commit

Permalink
Update Why Flow and supporting first-pass at smoothing organization
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81 committed Oct 22, 2024
1 parent b9717bf commit a092597
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/build/getting-started/hello-world.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar_position: 1
sidebar_label: 1 - Smart Contract Basics
sidebar_label: Hello World
---
import VerticalSplit from "./vertical-split.svg"

# Part 1 - Smart Contract Basics
# Hello World

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.

Expand All @@ -22,11 +22,11 @@ After completing this guide, you'll be able to:

In later steps, you'll learn how to:

* Create a Flow project using the [Flow CLI](../../../tools/flow-cli).
* Add an already-deployed contract to your project with the [Dependency Manager](../../../tools/flow-cli/dependency-manager.md).
* Deploy a smart contract locally to the [Flow Emulator](../../../tools/emulator).
* Create a Flow project using the [Flow CLI](../../tools/flow-cli).
* Add an already-deployed contract to your project with the [Dependency Manager](../../tools/flow-cli/dependency-manager.md).
* Deploy a smart contract locally to the [Flow Emulator](../../tools/emulator).
* Write and execute transactions to interact with a deployed smart contract.
* Display data from a Cadence smart contract on a React frontend using the [Flow Client Library](../../../tools/clients/fcl-js).
* Display data from a Cadence smart contract on a React frontend using the [Flow Client Library](../../tools/clients/fcl-js).


## Calling a Contract With a Script
Expand Down

0 comments on commit a092597

Please sign in to comment.