diff --git a/docs/guides/docs/intro-to-predicates/index.mdx b/docs/guides/docs/intro-to-predicates/index.mdx index e081b2e8c..6a63a5495 100644 --- a/docs/guides/docs/intro-to-predicates/index.mdx +++ b/docs/guides/docs/intro-to-predicates/index.mdx @@ -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. diff --git a/docs/guides/docs/intro-to-sway/index.mdx b/docs/guides/docs/intro-to-sway/index.mdx index d4bec2846..54985943d 100644 --- a/docs/guides/docs/intro-to-sway/index.mdx +++ b/docs/guides/docs/intro-to-sway/index.mdx @@ -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: diff --git a/docs/guides/docs/running-a-node/index.mdx b/docs/guides/docs/running-a-node/index.mdx index 28fd783c7..cab5c4ee9 100644 --- a/docs/guides/docs/running-a-node/index.mdx +++ b/docs/guides/docs/running-a-node/index.mdx @@ -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? diff --git a/docs/guides/docs/running-a-node/running-a-local-node.mdx b/docs/guides/docs/running-a-node/running-a-local-node.mdx index f982a8f48..56a2c7325 100644 --- a/docs/guides/docs/running-a-node/running-a-local-node.mdx +++ b/docs/guides/docs/running-a-node/running-a-local-node.mdx @@ -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: diff --git a/docs/guides/docs/running-a-node/running-a-testnet-node.mdx b/docs/guides/docs/running-a-node/running-a-testnet-node.mdx index bd580ad7a..91d90301a 100644 --- a/docs/guides/docs/running-a-node/running-a-testnet-node.mdx +++ b/docs/guides/docs/running-a-node/running-a-testnet-node.mdx @@ -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*/}