Skip to content

Commit

Permalink
add warnings on guides
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed May 15, 2024
1 parent 4f02fc9 commit 73804ca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/docs/intro-to-predicates/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parent:

# Predicates 101: Building Stateless DeFi Applications

> **Note:** This guide has not yet been updated for the `devnet` network.
Predicates are Fuel's approach to stateless account abstraction. In the blockchain space, we are constantly faced with the exponential growth of state bloat that just isn't sustainable in the long term.
In the Ethereum ecosystem, every contract deployed requires state storage on the blockchain indefinitely.
To help with blockchain scalability, we need to consider different approaches to redefine state-minimized applications that are fundamental to the world of decentralized finance.
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/docs/intro-to-sway/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parent:

# Introduction to Sway Language for JavaScript Developers

> **Note:** This guide has not yet been updated for the `devnet` network.
If you're familiar with JavaScript and have a basic understanding of blockchain fundamentals, you can swiftly grasp how to build full-stack decentralized applications on Fuel using Sway. Once you get a handle on Sway's essentials, you'll be able to begin building your own dapp.

Within this tutorial, we will be crafting a Sway contract for an online marketplace similar to Amazon, where:
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/docs/running-a-node/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parent:

# Running a Node

> **Note:** This guide has not yet been updated for the `devnet` network.
This guide is designed to swiftly introduce you to the process of running a local node for the Fuel blockchain.

## What is a Node?
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/docs/running-a-node/running-a-local-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parent:

# Running a local Fuel node

> **Note:** This guide has not yet been updated for the `devnet` network.
In addition to deploying and testing on the Fuel Testnet, you can also run a local Fuel Node.

There are two types of Fuel networks that can be run:
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/docs/running-a-node/running-a-testnet-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parent:

# Running a local Fuel node connected to Testnet using P2P

> **Note:** This guide has not yet been updated for the `devnet` network.
{/*install_help:example:start*/}
> P2P syncing is currently disabled for the Beta-5 network. Please check this page or the [Forum](https://forum.fuel.network) for updates.
{/*install_help:example:end*/}
Expand Down

0 comments on commit 73804ca

Please sign in to comment.