From a84d5733170a4fea7526ada190ee606f503f569b Mon Sep 17 00:00:00 2001 From: 0xLisanAlGaib <0xlisanalgaib@gmail.com> Date: Tue, 21 Oct 2025 10:39:13 -0600 Subject: [PATCH 1/2] fix: added fix128 summary in forte index and added sidebar number --- .../forte/fixed-point-128-bit | 1 + docs/blockchain-development-tutorials/forte/index.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/blockchain-development-tutorials/forte/fixed-point-128-bit b/docs/blockchain-development-tutorials/forte/fixed-point-128-bit index 4700eed34a..70d2457970 100644 --- a/docs/blockchain-development-tutorials/forte/fixed-point-128-bit +++ b/docs/blockchain-development-tutorials/forte/fixed-point-128-bit @@ -1,6 +1,7 @@ --- title: High-Precision Fixed-Point Math description: Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic for accurate financial calculations. +sidebar_position: 3 keywords: - DeFi math - fixed-point arithmetic diff --git a/docs/blockchain-development-tutorials/forte/index.md b/docs/blockchain-development-tutorials/forte/index.md index 2b52ee9398..bdde058aa9 100644 --- a/docs/blockchain-development-tutorials/forte/index.md +++ b/docs/blockchain-development-tutorials/forte/index.md @@ -72,6 +72,10 @@ Discover how to implement scheduled transactions for time-based smart contract e Implement device-backed passkeys using the Web Authentication API to register Flow account keys and sign transactions with secure, user-friendly authentication. See the [advanced concepts documentation](../../build/cadence/advanced-concepts/passkeys.md) for detailed implementation guidance. +### [High-Precision Fixed-Point Math] + +Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic. This tutorial covers how to perform accurate financial calculations, handle rounding modes, and avoid precision loss in complex DeFi operations like liquidity pools, yield farming, and token swaps. + ## Getting Started To begin with Forte tutorials, we recommend starting with: @@ -95,5 +99,6 @@ The Forte network upgrade represents a significant evolution of Flow's capabilit [Flow Actions]: ./flow-actions/index.md [Scheduled Transactions]: ./scheduled-transactions/index.md [Passkeys]: ../../build/cadence/advanced-concepts/passkeys.md +[High-Precision Fixed-Point Math]: ./fix-point-128-bit-math.md [Introduction to Flow Actions]: ./flow-actions/intro-to-flow-actions.md [Scheduled Transactions Introduction]: ./scheduled-transactions/scheduled-transactions-introduction.md From 8ddebaf2b68866bee7702b83b4d66e777f4c796e Mon Sep 17 00:00:00 2001 From: 0xLisanAlGaib <0xlisanalgaib@gmail.com> Date: Tue, 21 Oct 2025 11:27:16 -0600 Subject: [PATCH 2/2] fix: fixed file name and link --- .../forte/{fixed-point-128-bit => fixed-point-128-bit-math.md} | 0 docs/blockchain-development-tutorials/forte/index.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/blockchain-development-tutorials/forte/{fixed-point-128-bit => fixed-point-128-bit-math.md} (100%) diff --git a/docs/blockchain-development-tutorials/forte/fixed-point-128-bit b/docs/blockchain-development-tutorials/forte/fixed-point-128-bit-math.md similarity index 100% rename from docs/blockchain-development-tutorials/forte/fixed-point-128-bit rename to docs/blockchain-development-tutorials/forte/fixed-point-128-bit-math.md diff --git a/docs/blockchain-development-tutorials/forte/index.md b/docs/blockchain-development-tutorials/forte/index.md index bdde058aa9..768e82c09d 100644 --- a/docs/blockchain-development-tutorials/forte/index.md +++ b/docs/blockchain-development-tutorials/forte/index.md @@ -99,6 +99,6 @@ The Forte network upgrade represents a significant evolution of Flow's capabilit [Flow Actions]: ./flow-actions/index.md [Scheduled Transactions]: ./scheduled-transactions/index.md [Passkeys]: ../../build/cadence/advanced-concepts/passkeys.md -[High-Precision Fixed-Point Math]: ./fix-point-128-bit-math.md +[High-Precision Fixed-Point Math]: ./fixed-point-128-bit-math.md [Introduction to Flow Actions]: ./flow-actions/intro-to-flow-actions.md [Scheduled Transactions Introduction]: ./scheduled-transactions/scheduled-transactions-introduction.md