This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add block explorer api sidebar (#772)
* fix: firebase source to redirect at github link tutorial * docs: add the blockexplorer api docs * docs: add block explorer api on the sidebar * Update firebase.json --------- Co-authored-by: Roman Petriv <[email protected]>
- Loading branch information
1 parent
d533da3
commit cc0a5a9
Showing
3 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
head: | ||
- - meta | ||
- name: "twitter:title" | ||
content: Block Explorer API | zkSync Era Docs | ||
--- | ||
|
||
# Block Explorer API | ||
|
||
We’ve developed the [zkSync Era Block Explorer API](https://block-explorer-api.mainnet.zksync.io/docs) for developers to access [zkSync Era Block Explorer](https://explorer.zksync.io/) data directly via HTTP requests. | ||
|
||
The [API](https://block-explorer-api.mainnet.zksync.io/docs) provides various endpoints for many use cases you might want in your app. It is compatible with [Etherscan API](https://docs.etherscan.io/), which makes it easy to transition your existing apps to zkSync Era network. | ||
|
||
The following modules are supported: | ||
|
||
- [Contract](https://block-explorer-api.mainnet.zksync.io/docs#/Contract%20API) | ||
- [Account](https://block-explorer-api.mainnet.zksync.io/docs#/Account%20API) | ||
- [Transaction](https://block-explorer-api.mainnet.zksync.io/docs#/Transaction%20API) | ||
- [Logs](https://block-explorer-api.mainnet.zksync.io/docs#/Logs%20API) | ||
- [Block](https://block-explorer-api.mainnet.zksync.io/docs#/Block%20API) | ||
|
||
Check out the API documentation [API docs on Mainnet](https://block-explorer-api.mainnet.zksync.io/docs) | [API docs on Testnet](https://block-explorer-api.testnets.zksync.dev/docs) | ||
|
||
:::note Note | ||
|
||
The [API](https://block-explorer-api.mainnet.zksync.io/docs) does not fully cover all the functionality yet. | ||
::: | ||
|
||
We are working on additional endpoints to cover more use cases and to make developers’ experience better. Stay tuned for further updates. | ||
|
||
Feel free to contribute and create issues and feature requests in [zkSync Era Block Explorer GitHub repo](https://github.com/matter-labs/block-explorer). |