Skip to content

Commit

Permalink
update API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketarnow committed Sep 12, 2024
1 parent 5441af2 commit b85c805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/testnet/getting_started/00_overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: overview
title: Testnet.
title: Testnet
sidebar_label: Overview
---

Expand Down Expand Up @@ -31,9 +31,9 @@ To connect to the network, make a request to an Aleo Testnet bootnode.

| URL |
|------------------|
| [https://api.explorer.aleo.org/v1/testnet](https://api.explorer.aleo.org/v1/testnet/) |
| [https://api.explorer.provable.com/v1/testnet](https://api.explorer.provable.com/v1/testnet/) |

For example, you can [retrieve the current block height](https://api.explorer.aleo.org/v1/testnet/latest/height).
For example, you can [retrieve the current block height](https://api.explorer.provable.com/v1/testnet/latest/height).

With a local instance of `snarkos`, you can launch a client node with:

Expand Down

0 comments on commit b85c805

Please sign in to comment.