diff --git a/docs/tools/index.md b/docs/tools/index.md index a1824b039..f503543d6 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -1 +1,125 @@ -In progress. + +
+
+
+

Tools

+

This section of the documentation describes some of the available third-party tools used by developers with Polygon products and services.

+

Find out how to access data, code against blockchain networks, use data oracles, and much more.

+
+
+
+
+ +
+
Smart contracts
+
+

Common software for designing, building, and deploying smart contracts.

+
+
+
+ +
+
Gas
+
+

The Polygon MATIC gas faucet and gas estimation tools.

+
+
+
+ +
+
Data
+
+

Software tools, such as Graph, used for efficient data manipulation on Polygon networks.

+
+
+
+ +
+
MaticJS
+
+

The matic.js library used to interact with Polygon networks and services.

+
+
+
+ +
+
Storage
+
+

Interact with blockchain storage services such as IPFS.

+
+
+
+ +
+
Oracles
+
+

Oracle services used for accessing accurate offline data.

+
+
+
+ +
+
Wallets
+
+

Using Polygon-compatible external wallets, such as MetaMask, with Polygon networks.

+
+
+
+ +
+
Block explorers
+
+

Quick links to useful block explorers such as https://polygonscan.com/ for example.

+
+
+
+ + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0059709ec..5298e0e6b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -286,7 +286,7 @@ nav: - Overview: miden/overview.md - Miden zkRollup docs: https://0xpolygonmiden.github.io/miden-base/introduction.html - Tools: - - tools/index.md + - Tools: tools/index.md - Smart contract development: - Hardhat: tools/smart-contracts/hardhat.md - Truffle: tools/smart-contracts/truffle.md @@ -306,10 +306,10 @@ nav: - PARSIQ: tools/data/parsiq.md - Matic.js: - POS: + - Get started: tools/matic-js/get-started.md - Installation: tools/matic-js/installation.md - POS client: tools/matic-js/pos/client.md - API overview: tools/matic-js/api-architecture.md - - Get started: tools/matic-js/get-started.md - Setup: - Ethers: tools/matic-js/setup/ethers.md - Web3js: tools/matic-js/setup/web3js.md