Update docs/getting-started.md

Co-authored-by: jbencin <jeff.bencin@gmail.com>
This commit is contained in:
Max Efremov
2023-04-19 14:38:35 -05:00
committed by GitHub
parent e79713c900
commit 85ef416e0b

View File

@@ -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.