From a6c728798b2c55c0e2f64974534fcf4b75059b77 Mon Sep 17 00:00:00 2001 From: Bri Wylde <92327786+briwylde08@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:24:33 -0800 Subject: [PATCH] remove stale tools (#1296) --- docs/tools/developer-tools/IDEs.mdx | 4 ---- .../smart-contract-resources.mdx | 24 ------------------- 2 files changed, 28 deletions(-) delete mode 100644 docs/tools/developer-tools/smart-contract-resources.mdx diff --git a/docs/tools/developer-tools/IDEs.mdx b/docs/tools/developer-tools/IDEs.mdx index 07dcf971b..70c7adb9e 100644 --- a/docs/tools/developer-tools/IDEs.mdx +++ b/docs/tools/developer-tools/IDEs.mdx @@ -10,7 +10,3 @@ sidebar_position: 70 ### [Okashi](https://okashi.dev) A web IDE for building, deploying, and testing contracts. - -### [Sorobix](https://sorobix.vercel.app/) - -An IDE and a web GUI where you can write, deploy, and invoke contracts on the Stellar network using Soroban. diff --git a/docs/tools/developer-tools/smart-contract-resources.mdx b/docs/tools/developer-tools/smart-contract-resources.mdx deleted file mode 100644 index d7ee8b36a..000000000 --- a/docs/tools/developer-tools/smart-contract-resources.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Smart Contract Resources -description: Explore a suite of developer tools for Stellar smart contracts. -sidebar_label: Smart Contract Resources -sidebar_position: 120 ---- - -# Smart Contract Resources - -### [Keizai](https://keizai.dev/) - -Keizai is an open-source postman-inspired application, designed to simplify and elevate the testing process for developers working with Soroban smart contracts. - -### [Soroban Copilot](https://github.com/mootz12/soroban-copilot) - -A collection of no_std Rust packages focused on making Soroban development easier. - -### [Soroban React](https://github.com/esteblock/soroban-react) - -A simple, powerful framework for building modern Soroban dapps using React. - -### [Soroban Dev](https://sorobandev.com/) - -A web developer's guide to Soroban. Contains guides for learning Soroban and Rust, developer tools, example applications, and more.