diff --git a/docs/developing/information/block-explorers/tzkt.mdx b/docs/developing/information/block-explorers/tzkt.mdx new file mode 100644 index 000000000..88fe632c1 --- /dev/null +++ b/docs/developing/information/block-explorers/tzkt.mdx @@ -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. + +
+ +Also, there is a [Liquidity Baking tab](https://tzkt.io/KT1TxqZ8QtKvLu3V3JH7Gx58n7Co8pgtpQU5/dex?baseCurrency=XTZ"eCurrency=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. + +
+ + +[API](https://api.tzkt.io/): Leads to the powerful API sub-site, where all API documentation is located, free for use by Tezos developers. + +
+ +[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) + +
+ +[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. + +
+ +[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. + +
+ +**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. + +
+ +**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. diff --git a/docusaurus.config.js b/docusaurus.config.js index ab755b229..1512ef430 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,7 +41,9 @@ const config = { theme: { customCss: require.resolve('./src/css/custom.css'), }, - + googleTagManager: { + containerId: 'G-Z575XCDLCX', + }, }), ], ], diff --git a/sidebars.js b/sidebars.js index 50001f939..624a63a2d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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', ], diff --git a/static/img/developing/TzKT_review_1.png b/static/img/developing/TzKT_review_1.png new file mode 100644 index 000000000..716d14fd6 Binary files /dev/null and b/static/img/developing/TzKT_review_1.png differ diff --git a/static/img/developing/TzKT_review_2.png b/static/img/developing/TzKT_review_2.png new file mode 100644 index 000000000..32625b18b Binary files /dev/null and b/static/img/developing/TzKT_review_2.png differ diff --git a/static/img/developing/TzKT_review_3.png b/static/img/developing/TzKT_review_3.png new file mode 100644 index 000000000..9ec5fd6db Binary files /dev/null and b/static/img/developing/TzKT_review_3.png differ diff --git a/static/img/developing/TzKT_review_4.png b/static/img/developing/TzKT_review_4.png new file mode 100644 index 000000000..054d24aec Binary files /dev/null and b/static/img/developing/TzKT_review_4.png differ diff --git a/static/img/developing/TzKT_review_5.png b/static/img/developing/TzKT_review_5.png new file mode 100644 index 000000000..592db1aee Binary files /dev/null and b/static/img/developing/TzKT_review_5.png differ diff --git a/static/img/developing/TzKT_review_6.png b/static/img/developing/TzKT_review_6.png new file mode 100644 index 000000000..093bd2e7a Binary files /dev/null and b/static/img/developing/TzKT_review_6.png differ diff --git a/static/img/developing/TzKT_review_7.png b/static/img/developing/TzKT_review_7.png new file mode 100644 index 000000000..29cc33d4c Binary files /dev/null and b/static/img/developing/TzKT_review_7.png differ diff --git a/static/img/tutorials/ligo-online-ide-select-ghostnet.png b/static/img/tutorials/ligo-online-ide-select-ghostnet.png index d8230be0e..94852a071 100644 Binary files a/static/img/tutorials/ligo-online-ide-select-ghostnet.png and b/static/img/tutorials/ligo-online-ide-select-ghostnet.png differ