From 133384d3a2845b5f10bd9f9f8c802f84257a7051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Mon, 1 Jul 2024 16:25:03 -0700 Subject: [PATCH] fix: remove deprecated local-stylus-dev-node.mdx --- .../stylus/how-tos/local-stylus-dev-node.mdx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 arbitrum-docs/stylus/how-tos/local-stylus-dev-node.mdx diff --git a/arbitrum-docs/stylus/how-tos/local-stylus-dev-node.mdx b/arbitrum-docs/stylus/how-tos/local-stylus-dev-node.mdx deleted file mode 100644 index 8cb7f52c9..000000000 --- a/arbitrum-docs/stylus/how-tos/local-stylus-dev-node.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: 'How to run a local dev node with Stylus support' -description: 'A guide to run an Arbitrum local dev node with Stylus support on your local machine' -author: jose-franco -sme: jose-franco -target_audience: 'Developers deploying smart contracts using Stylus' -content_type: how-to -sidebar_position: 1 ---- - -import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx'; - - - -This how-to guides you through the process of setting up a local Arbitrum Nitro dev node, with Stylus support, to help you deploy and test smart contracts written in Solidity or any of the [languages supported by Stylus](/stylus/stylus-gentle-introduction#in-a-nutshell) in a fully controlled environment. By following these steps, you'll deploy and run a full development environment on your local machine that includes a Nitro dev node (L2), a dev-mode geth parent chain (L1), and multiple instances with different roles. - -import LocalDevNodeSetupInstructions from '../../node-running/partials/_local-dev-node-setup-instructions.mdx'; - -