From 35746e96aecfba318e548917e8e22aa20745bc3b Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Mon, 8 Jul 2024 02:34:43 +0100 Subject: [PATCH] add link for fee simulation tool to developer tools --- docs/tools/developer-tools.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/tools/developer-tools.mdx b/docs/tools/developer-tools.mdx index ca13b3d3b..dd26ab857 100644 --- a/docs/tools/developer-tools.mdx +++ b/docs/tools/developer-tools.mdx @@ -141,6 +141,16 @@ A GitHub repository with tools like Stellar Archivist (for Stellar Core archive Keizai is an open-source postman-inspired application, designed to simplify and elevate the testing process for developers working with Soroban smart contracts. +## Fees + +### [Stellar Fee Stats](https://stellar-indexed.web.app/fee-estimation/) + +A tool to estimate the fee for transactions on the Stellar network. GUI tool includes + +- Fee estimation - enable users to estimate fees based on current network conditions +- Fee simulation - allow users to simulate transactions with different fee settings to find optimal costs +- Fee history tracking - display historical fee data and trends + ## Wallets ### [Account Viewer](https://accountviewer.stellar.org/)