Skip to content

Commit d26dbd4

Browse files
committed
Dev tools, zkEVM: how to migration
- Move 'check transaction status' to zkEVM under API section - Add OKX and Venly back to nav - Update 'OKLink‘ -> 'OKX explorer'
1 parent b8fe2a3 commit d26dbd4

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/tools/dApp-development/third-party-tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Explore the categories below to discover third-party resources and tutorials to
2020

2121
## Chain data and analytics services
2222

23-
- OKLink
23+
- OKX explorer
2424
- [Verify contract with API](https://www.oklink.com/docs/en#on-chain-tools-contract-verification)
2525
- [Verify contract with external plugins](https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins)
2626

mkdocs.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ nav:
270270
- EVM vs. zkEVM: zkEVM/spec/evm-differences.md
271271
- API:
272272
- JSON RPC endpoints: zkEVM/api/json-rpc.md
273+
- Check transaction status: zkEVM/how-to/check-tx-status.md
273274
- Concepts:
274275
- Concepts: zkEVM/concepts/index.md
275276
- EVM basics: zkEVM/concepts/evm-basics.md
@@ -413,14 +414,14 @@ nav:
413414
- Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md
414415
- Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md
415416
- Verify a contract: zkEVM/how-to/verify-contract.md
416-
- Check transaction status: zkEVM/how-to/check-tx-status.md
417417
- Third-party tutorials: tools/dApp-development/third-party-tutorials.md
418-
#- OKLink:
419-
#- OKLink verify contract with API: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification
420-
#- OKLink verify contract with external plugins: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins
421-
#- Venly:
422-
#- Venly's NFT-API: https://docs.venly.io/docs/nft-api-getting-started
423-
#- Venly's Zapier integration: https://docs.venly.io/docs/zapier-integration
418+
- Popular tools:
419+
- OKX explorer:
420+
- Verify contract with API: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification
421+
- Verify contract with external plugins: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins
422+
- Venly:
423+
- NFT-API: https://docs.venly.io/docs/nft-api-getting-started
424+
- Zapier integration: https://docs.venly.io/docs/zapier-integration
424425
- Chain indexer framework:
425426
- Overview: tools/chain-indexer-framework/overview.md
426427
- Usage: tools/chain-indexer-framework/usage.md
@@ -610,7 +611,7 @@ markdown_extensions:
610611
- footnotes
611612
- def_list
612613
- attr_list
613-
- md_in_html
614+
#- md_in_html
614615
- abbr
615616
- pymdownx.tabbed
616617
- pymdownx.superfences

0 commit comments

Comments
 (0)