Skip to content

Commit

Permalink
Merge pull request #217 from trilitech/staging
Browse files Browse the repository at this point in the history
Update main from staging, Dec 15
  • Loading branch information
timothymcmackin authored Dec 15, 2023
2 parents 882dbcf + f21e37d commit f196932
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 1 deletion.
55 changes: 55 additions & 0 deletions docs/developing/information/block-explorers/tzkt.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: TzKT Tezos blockchain explorer
authors: Baking Bad
last_update:
date: 12 December 2023
---

import Figure from '@site/src/components/Figure';

[TzKT explorer](https://tzkt.io/) from the Baking Bad team is designed to improve experience for both newcomers and advanced Tezos Blockchain users. In this article we will reveal the main features of this explorer.

[Main Page](https://tzkt.io/): Contains general information on the blockchain: current cycle and block, Governance status, accounts and transactions stats, current price chart. The dropdown tab in the header allows you to switch the explorer to the testnets.

<Figure src="/img/developing/TzKT_review_1.png"
alt="Main-Page"
caption="Main Page" />

Also, there is a [Liquidity Baking tab](https://tzkt.io/KT1TxqZ8QtKvLu3V3JH7Gx58n7Co8pgtpQU5/dex?baseCurrency=XTZ&quoteCurrency=tzBTC&tradingTimestamp=daily), where you can interact with the Sirius DEX contract directly from TzKT. Sirius is an AMM tzBTC/XTZ DEX directly integrated into Tezos with a protocol subsidy.

<Figure src="/img/developing/TzKT_review_2.png"
alt="Sirius-DEX"
caption="Sirius DEX" />


[API](https://api.tzkt.io/): Leads to the powerful API sub-site, where all API documentation is located, free for use by Tezos developers.

<Figure src="/img/developing/TzKT_review_3.png"
alt="TzKT-API"
caption="TzKT API" />

[Tezos DAPPs](https://tzkt.io/dapps): List of DAPPs present in Tezos ecosystem. Chart can be sorted by category or any parameters like TVL, Volume, Users, Interactions with a different timeframes (1D, 7D, 30D)

<Figure src="/img/developing/TzKT_review_4.png"
alt="Tezos-DAPPs"
caption="Tezos DAPPs" />

[Stats](https://tzkt.io/stats): The entire ecosystem of Tezos, expressed in graphs. Useful to view the dynamics of the L1 protocol according to a wide list of indicators like transactions, volume, contract interactions, active users, total accounts and other.

<Figure src="/img/developing/TzKT_review_5.png"
alt="Stats"
caption="Stats" />

[Bakers](https://tzkt.io/bakers): Provides a list of all Tezos Bakers. By default, this tab displays only active public bakers - this measure is to secure the newcomer delegators. Use filters or switch to “all bakers” tab for advanced search.

<Figure src="/img/developing/TzKT_review_6.png"
alt="Bakers-list"
caption="Bakers list" />

**Blockchain**: a wide range of tools for users to get specific data. Cycles and blocks list, accounts information, particular operations, governance events, software overview etc.

<Figure src="/img/developing/TzKT_review_7.png"
alt="Blockchain-tab"
caption="Blockchain tab" />

**Search and bookmarks**. On the header right side there is a search bar. The search is configured to find the right user or contract by name, address and Tezos Domain, as well as to prompt you with similar results. Bookmark any address to ease its use for you. Export and import it to easily set on other devices or share with your mates.
4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},

googleTagManager: {
containerId: 'G-Z575XCDLCX',
},
}),
],
],
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const sidebars = {
type: 'doc',
},
items: [
'developing/information/block-explorers/tzkt',
'developing/information/block-explorers/tzstats',
// 'developing/information/block-explorers/inspect-contract-tzstats',
],
Expand Down
Binary file added static/img/developing/TzKT_review_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/developing/TzKT_review_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/developing/TzKT_review_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/developing/TzKT_review_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/developing/TzKT_review_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/developing/TzKT_review_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/developing/TzKT_review_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/tutorials/ligo-online-ide-select-ghostnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit f196932

@vercel
Copy link

@vercel vercel bot commented on f196932 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.