Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update testnet link #1622

Merged
merged 3 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ There are two steps for Nakamoto rollout exchanges should be aware of:

* [Testnet documentation](https://docs.stacks.co/nakamoto-upgrade/nakamoto)
* [API documentation](https://docs.hiro.so/nakamoto/stacks-js)
* Binaries (coming soon)
* [Binaries](https://github.com/stacks-network/stacks-core/releases/tag/2.5.0.0.2)
* [Docker Images](https://hub.docker.com/r/blockstack/stacks-core/tags?page=1&name=2.5.0.0.2)
* [Stacks Blockchain API](https://github.com/hirosystems/stacks-blockchain-api/releases/tag/v7.10.0)
* [Stacks Blockchain API Docker Images](https://hub.docker.com/r/hirosystems/stacks-blockchain-api/tags?page=1&name=7.10.0)

6 changes: 3 additions & 3 deletions nakamoto-upgrade/nakamoto/nakamoto-stacking-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Click the menu button in the top right and select “Change network”. Then cli

* Name: “Nakamoto Testnet”. This is just for labeling, and it can be any value.
* Bitcoin API: “Testnet”
* Stacks API: [https://api.nakamoto.testnet.hiro.so](https://explorer.hiro.so/?chain=testnet\&api=https://api.nakamoto.testnet.hiro.so)
* Stacks API: [https://api.testnet.hiro.so](https://explorer.hiro.so/?chain=testnet\&api=https://api.testnet.hiro.so)
* Bitcoin API URL: keep default
* Bitcoin Network token: this is a required field but you can just type any value, like “a”

### Get Testnet STX Tokens

Next, you can visit the [Nakamoto Testnet explorer](https://explorer.hiro.so/sandbox/faucet?chain=testnet\&api=https://api.nakamoto.testnet.hiro.so) to get some testnet STX tokens from the faucet.
Next, you can visit the [Nakamoto Testnet explorer](https://explorer.hiro.so/sandbox/faucet?chain=testnet\&api=https://api.testnet.hiro.so) to get some testnet STX tokens from the faucet.

Make sure you are using the Nakamot Testnet. You can verify this by ensuring that `api=https://api.nakamoto.testnet.hiro.so` is present in the URL.
Make sure you are using the Nakamot Testnet. You can verify this by ensuring that `api=https://api.testnet.hiro.so` is present in the URL.

### Using Lockstacks

Expand Down
Loading