Skip to content

Commit

Permalink
Rewrite Getting Started sections around Counter example and featuring…
Browse files Browse the repository at this point in the history
… most tools (#971)

* Add sending transaction to getting started

* Remove quickstart

* Change links

* Address feedback

* Fix script

* Fix

* Update tx

* Add section about faucet

* Update to counter contract

* First draft rewrite

* Change to counter code

* Reference step one and two

* Remove decrement

* Switch to next js

* Update with next

* Add

* Change to emulator account

* Fix link

---------

Co-authored-by: Chase Fleming <[email protected]>
  • Loading branch information
chasefleming and chasefleming authored Nov 15, 2024
1 parent 7ecd0b1 commit 886e679
Show file tree
Hide file tree
Showing 12 changed files with 614 additions and 661 deletions.
2 changes: 1 addition & 1 deletion docs/build/basics/flow-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ The Flow SDKs also allow polling for events using the Flow Access API,

## How to Build with FLOW

To get started building on Flow, please see the [Flow App Quickstart](../guides/flow-app-quickstart.md)
To get started building on Flow, please see the [Flow App Quickstart](../getting-started/fcl-quickstart.md)
4 changes: 2 additions & 2 deletions docs/build/explore-more.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Below are some additional tutorials to help you get started with Flow:
{
type: 'link',
label: 'Flow App Quickstart',
href: '/build/guides/flow-app-quickstart',
href: '/build/getting-started/fcl-quickstart',
description: 'Simple walkthrough building a web3 app using the Flow Client Library (FCL)',
customProps: {
icon: <FontAwesomeIcon icon={faWindowMaximize} className="h-16" />,
Expand Down Expand Up @@ -58,7 +58,7 @@ Below are some additional tutorials to help you get started with Flow:
{
type: 'link',
label: 'Walkthrough Guides',
href: '/build/guides/flow-app-quickstart',
href: '/build/getting-started/fcl-quickstart',
description: 'Longer form guides to help you get started with Flow',
customProps: {
icon: <FontAwesomeIcon icon={faBook} className="h-16" />,
Expand Down
2 changes: 1 addition & 1 deletion docs/build/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following chapters summarize the content in this section. Read on more for d

## App Development

The [Flow App Quickstart](./guides/flow-app-quickstart.md) covers the Flow core concepts, including:
The [Flow App Quickstart](./getting-started/fcl-quickstart.md) covers the Flow core concepts, including:

- **App Client:** The app client is the interface through which users interact with your app. Web and mobile applications are typical examples of app clients.
- **Smart Contract:** A smart contract is a collection of code deployed to a permanent location on the blockchain that defines the core logic for a dApp.
Expand Down
Loading

0 comments on commit 886e679

Please sign in to comment.