-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations neon.md (Chinese Simplified)
- Loading branch information
1 parent
54a677c
commit fcbc350
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
i18n/zh/docusaurus-plugin-content-docs/current/nakamoto/neon.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Neon | ||
description: How to get started with the Neon Nakamoto testnet | ||
sidebar_label: Neon | ||
sidebar_position: 6 | ||
--- | ||
|
||
Neon is the first controlled testnet release for Nakamoto and ships with two separate testnets, one with the previous Clarity VM and one with the upcoming Clarity WASM. | ||
|
||
The primary purpose of these testnets is is performance benchmarking with the new consensus rules. | ||
|
||
Both testnets allow users and developers to view and interact with Nakamoto block production, meaning each testnet has Nakamoto coinbase transactions, testable VRF, tenure change transactions, and multiple Stacks blocks per Bitcoin block. | ||
|
||
Both testnets utilize Bitcoin Regtest and utilize a single miner, this is what is meant by "controlled" testnet. These testnets are producing blocks roughly every 5 seconds, which you can see reflected in the explorer. | ||
|
||
If non of that makes any sense, be sure to check out the previous pages of this Nakamoto section. | ||
|
||
Both testnets ship with functioning APIs and explorers to experiment with | ||
|
||
## Controlled Testnet 1 (Clarity VM) | ||
|
||
- [API](https://api.nakamoto-1.hiro.so/extended/v1/status) | ||
- [Explorer](https://explorer.hiro.so/blocks?chain=testnet\&api=https://api.nakamoto-1.hiro.so) | ||
|
||
## Controlled Testnet 2 (Clarity WASM) | ||
|
||
- [API](https://api.nakamoto-2.hiro.so/extended/v1/status) | ||
- [Explorer](https://explorer.hiro.so/blocks?chain=testnet\&api=https://api.nakamoto-2.hiro.so) | ||
|
||
You can also use this [preview version of Clarinet](https://github.com/hirosystems/clarinet/releases/tag/nakamoto-preview-1) in order to test Clarity WASM in your local Devnet. | ||
|
||
Further documentation on API endpoints and Stacks.js functions is forthcoming. |