Skip to content

Commit

Permalink
docs: update insight testnet urls (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez authored Jan 2, 2025
1 parent 57ca04d commit ce1faa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/explanations/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Once an identity is created, its credit balance is used to pay for activity (e.g
### Identity Create Process

:::{note}
On Testnet, a [test Dash faucet](https://insight.testnet.networks.dash.org:3002/insight/) is available. It dispenses small amounts to enable all users to directly acquire the funds necessary to create an identity and username.
On Testnet, a [test Dash faucet](https://insight.testnet.networks.dash.org/insight/) is available. It dispenses small amounts to enable all users to directly acquire the funds necessary to create an identity and username.
:::

First, a sponsor (which could be a business, another person, or even the same user who is creating the identity) spends Dash in a transaction to create an invitation. The transaction contains one or more outputs which lock some Dash funds to establish credits within Dash platform.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ protocol-ref/errors
resources/faq
resources/repository-overview
Platform Explorer <https://platform-explorer.com/>
Testnet Block Explorer <https://insight.testnet.networks.dash.org:3002/insight/>
Testnet Block Explorer <https://insight.testnet.networks.dash.org/insight/>
Testnet Faucet <http://faucet.testnet.networks.dash.org/>
JavaScript SDK <https://github.com/dashpay/platform/tree/master/packages/js-dash-sdk#readme>
resources/source-code
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Testnet is the Dash testing network used for experimentation and evaluation of D

Dash Core Group provides the core Testnet infrastructure consisting of 150 masternodes running Dash Core along with the platform services that provide the [decentralized API (DAPI)](../explanations/dapi.md) and [storage (Drive)](../explanations/drive.md) functionality.

Testnet also includes a [block explorer](https://insight.testnet.networks.dash.org:3002/insight/) for the core blockchain and a [test Dash faucet](http://faucet.testnet.networks.dash.org/) that dispenses funds to users/developers experimenting on the network.
Testnet also includes a [block explorer](https://insight.testnet.networks.dash.org/insight/) for the core blockchain and a [test Dash faucet](http://faucet.testnet.networks.dash.org/) that dispenses funds to users/developers experimenting on the network.

### Features

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/create-and-fund-a-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Once we connect, we output the newly generated mnemonic from `client.wallet.expo

# Next Step

Using the [faucet](https://testnet-faucet.dash.org/), send test funds to the "unused address" from the console output. You will need to wait until the funds are confirmed to use them. The [block explorer](https://insight.testnet.networks.dash.org:3002/insight/) can be used to check confirmations.
Using the [faucet](https://testnet-faucet.dash.org/), send test funds to the "unused address" from the console output. You will need to wait until the funds are confirmed to use them. The [block explorer](https://insight.testnet.networks.dash.org/insight/) can be used to check confirmations.

0 comments on commit ce1faa7

Please sign in to comment.