Skip to content

Commit

Permalink
Remove information about TzStats public API (#155)
Browse files Browse the repository at this point in the history
* tzstats API is no longer public

* Hide the inspect contract topic for now
  • Loading branch information
timothymcmackin authored Nov 9, 2023
1 parent 8f4e686 commit 2035b1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Here you have the content of your big_map.

## API Calls

<!-- TODO the tzstats API is no longer available; update this section with a different way of doing things. -->

The same pieces of information can be retrieved by API calls, without using the frontend.
A full documentation is available [here](https://tzstats.com/docs/api#tezos-api).

Expand Down
4 changes: 2 additions & 2 deletions docs/developing/information/indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lastUpdated: 10th July 2023
---

:::note
If you're just looking for API docs for a hosted indexer, [here is the one from TzKT](https://api.tzkt.io/), and [here is the one from TzStats](https://tzstats.com/docs/api/index.html)
If you're just looking for API docs for a hosted indexer, [here is the one from TzKT](https://api.tzkt.io/), and [here is the one from TzPro](https://docs.tzpro.io/)
:::

## What is an indexer ?
Expand Down Expand Up @@ -146,7 +146,7 @@ There are two types of blockchain indexers: full and selective.

Full indexers process and write all data from blocks, from simple transactions to validator's node software versions. Blockchain explorers commonly use them to provide users with advanced blockchain analytics and allow them to search for any type of on-chain data. Also, those who host full indexers often offer public APIs that other projects can use without hosting the indexer themselves.

The best examples of full indexers with public APIs are [TzKT](https://tzkt.io/) and [TzStats](https://tzstats.com/). They allow you to find almost any information that once got into the Tezos blockchain.
The best examples of full indexers with APIs are [TzKT](https://tzkt.io/) and [TzPro](https://tzpro.io/). They allow you to find almost any information that once got into the Tezos blockchain.

Selective indexers store only selected data. Usually, they find their use in projects requiring only specific on-chain data: active user balances, balances of their smart contracts, and NFT metadata. A custom selective indexer can be optimized for fast execution of specific project queries and also needs less space and resources to maintain.

Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const sidebars = {
},
items: [
'developing/information/block-explorers/tzstats',
'developing/information/block-explorers/inspect-contract-tzstats',
// 'developing/information/block-explorers/inspect-contract-tzstats',
],
},
'developing/information/indexers',
Expand Down

0 comments on commit 2035b1d

Please sign in to comment.