From 85ef416e0b6dfe832fe941dd2b07ec217ffc4676 Mon Sep 17 00:00:00 2001 From: Max Efremov <51917427+mefrem@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:38:35 -0500 Subject: [PATCH] Update docs/getting-started.md Co-authored-by: jbencin --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 975a45ace..23e7bbf11 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -21,7 +21,7 @@ A subnet was previously referred to as a hyperchain. While the process of updati ## Run a local subnet with Clarinet -Clarinet provides a tool to set up a complete local development environment, referred to as devnet, which uses Docker to spin up a Bitcoin node, a Stacks node, a Stacks API node, a Stacks Explorer, and now, a subnet node and subnet API node. This allows developers to configure a subnet and develop and test applications locally on a system that matches the production environment. +Clarinet provides a tool to set up a complete local development environment, known as a "devnet", which uses Docker to spin up a Bitcoin node, a Stacks node, a Stacks API node, a Stacks Explorer, and now, a subnet node and subnet API node. This allows developers to configure a subnet and develop and test applications locally on a system that matches the production environment. In this section, we will explain how to launch and interact with the devnet's subnet node using a simple NFT example project.