Skip to content

Commit adb831d

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into cdk/rename-build
2 parents 13d8370 + d06620f commit adb831d

File tree

3 files changed

+50
-19
lines changed

3 files changed

+50
-19
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
!!! warning "Content disclaimer"
2+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
3+
4+
Explore the categories below to discover third-party resources and tutorials to support your journey in developing, deploying, and managing dApps in the Polygon ecosystem.
5+
6+
## Node and infra providers
7+
8+
- [Alchemy](https://www.alchemy.com/dapps/polygon-smart-contract-template)
9+
- [ChainStack](https://docs.chainstack.com/docs/polygon-tooling)
10+
- [GetBlock PoS](https://getblock.io/nodes/matic/)
11+
- [GetBlock zkEVM](https://getblock.io/nodes/polygon-zkevm/)
12+
- [QuickNode PoS](https://www.quicknode.com/docs/polygon)
13+
- [QuickNode zkEVM](https://www.quicknode.com/docs/polygon-zkevm)
14+
15+
## Dev tools and platforms
16+
17+
- [ChainIDE](https://chainide.gitbook.io/chainide-english-1/ethereum-ide-1/6.-polygon-ide)
18+
- [EthCreator](https://www.ethcreator.com/)
19+
- [Thirdweb](https://portal.thirdweb.com/contracts)
20+
21+
## Chain data and analytics services
22+
23+
- OKX explorer
24+
- [Verify contract with API](https://www.oklink.com/docs/en#on-chain-tools-contract-verification)
25+
- [Verify contract with external plugins](https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins)
26+
27+
## Minting and payment solutions
28+
29+
- Venly
30+
- [NFT API](https://docs.venly.io/docs/nft-api-getting-started)
31+
- [Zapier integration](https://docs.venly.io/docs/zapier-integration)
32+
- [Crossmint](https://blog.crossmint.com/how-to-create-and-mint-nfts-on-polygon/)

docs/zkEVM/how-to/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

mkdocs.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ nav:
8787
- Start services: zkEVM/get-started/setup-nodes/deploy-zkevm/start-services.md
8888
- Sync state with snapshots: zkEVM/get-started/state-sync-snapshots.md
8989
- Historical data: zkEVM/get-started/historical-data.md
90-
- How to:
91-
- How to: zkEVM/how-to/index.md
92-
- Write a contract: zkEVM/how-to/write-contract.md
93-
- Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md
94-
- Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md
95-
- Verify a contract: zkEVM/how-to/verify-contract.md
96-
- Check transaction status: zkEVM/how-to/check-tx-status.md
9790
- Architecture high-level:
9891
- Overview: zkEVM/architecture/high-level/overview.md
9992
- Smart contracts:
@@ -277,6 +270,7 @@ nav:
277270
- EVM vs. zkEVM: zkEVM/spec/evm-differences.md
278271
- API:
279272
- JSON RPC endpoints: zkEVM/api/json-rpc.md
273+
- Check transaction status: zkEVM/how-to/check-tx-status.md
280274
- Concepts:
281275
- Concepts: zkEVM/concepts/index.md
282276
- EVM basics: zkEVM/concepts/evm-basics.md
@@ -410,20 +404,27 @@ nav:
410404
- Commands: tools/dApp-development/launchpad/commands.md
411405
- Contributing: tools/dApp-development/launchpad/contributing.md
412406
- Common pitfalls: tools/dApp-development/launchpad/common-pitfalls.md
413-
- Common tools:
407+
- Smart contract development:
408+
- PoS:
414409
- Hardhat: tools/dApp-development/common-tools/hardhat.md
415410
- Remix: tools/dApp-development/common-tools/remix.md
416411
- Replit: tools/dApp-development/common-tools/replit.md
417-
- Smart contract development:
418-
- Third-party tools: tools/dApp-development/pos/third-party-smart-contracts.md
412+
- zkEVM:
413+
- Write a contract: zkEVM/how-to/write-contract.md
414+
- Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md
415+
- Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md
416+
- Verify a contract: zkEVM/how-to/verify-contract.md
417+
- Third-party tutorials: tools/dApp-development/third-party-tutorials.md
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
419425
- Chain indexer framework:
420426
- Overview: tools/chain-indexer-framework/overview.md
421-
- Usage: tools/chain-indexer-framework/usage.md
422-
- Third-party tutorials:
423-
- OKLink verify contract with API: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification
424-
- OKLink verify contract with external plugins: https://www.oklink.com/docs/en/#on-chain-tools-contract-verification-plugins
425-
- Venly's NFT-API: https://docs.venly.io/docs/nft-api-getting-started
426-
- Venly's Zapier integration: https://docs.venly.io/docs/zapier-integration
427+
- Usage: tools/chain-indexer-framework/usage.md
427428
- Gas:
428429
- Polygon MATIC faucet: tools/gas/matic-faucet.md
429430
- Polygon gas station: tools/gas/polygon-gas-station.md
@@ -610,6 +611,7 @@ markdown_extensions:
610611
- footnotes
611612
- def_list
612613
- attr_list
614+
#- md_in_html
613615
- abbr
614616
- pymdownx.tabbed
615617
- pymdownx.superfences

0 commit comments

Comments
 (0)