Skip to content

Commit 7d8012d

Browse files
committing after merge
2 parents 264c67e + 4e3c648 commit 7d8012d

37 files changed

+140
-537
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ hide:
66

77
The Polygon Wiki is the source of truth for Polygon, providing comprehensive documentation, community resources, and guides for enthusiasts and developers interested in learning about or building on Polygon.
88

9-
## Technology
9+
## Place Holder
1010

11-
Polygon Labs' technologies are very interesting. They are roughly as interesting as a very interesting thing. Learn more about these amazing discoveries below.
11+
Content will follow here
1212

1313
<div class="section-nav">
1414

@@ -34,9 +34,9 @@ Polygon Labs' technologies are very interesting. They are roughly as interesting
3434

3535
</div>
3636

37-
## Other Stuff
37+
## Place holder
3838

39-
Other stuff! This is stuff that is not technology. That can include, you know, paintings. Books. Are books technology? Hmm. Cats. Cats are definitely not a technology. This can include cats.
39+
Other tyoe of content will go here.
4040

4141
<div class="section-nav">
4242

docs/learn/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
hide:
3+
- navigation
4+
- toc
5+
---
6+
7+
TODO: learn section

docs/tools/data/flair.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Real-time and historical custom data indexing for any evm chain.
77

88
[Flair](https://flair.dev) offers reusable **indexing primitives** (such as fault-tolerant RPC ingestors, custom processors, re-org aware database integrations) to make it easy to receive, transform, store and access your on-chain data.
99

10-
![flair architecture](/img/tools/data/flair.png)
10+
![flair architecture](../../img/tools/data/flair.png)
1111

1212
## Why Flair?
1313

docs/tools/data/the-graph/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Graph, a decentralized protocol for indexing and querying chain data, suppor
1212

1313
1. Go to your dashboard and click Add Subgraph. Define the subgraph Name, Account, and Subtitle and update the image and other info (you can update later) if desired.
1414

15-
![img](/img/tools/graph/Graph-1.png)
15+
![img](../../../img/tools/graph/Graph-1.png)
1616

1717
1. Install Graph CLI on your machine (using either npm or yarn)
1818

docs/tools/gas/matic-faucet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In addition, Polygon faucet also provides **Polygon zkEVM Testnet ETH tokens**.
1717

1818
- Navigate to [**faucet.polygon.technology**](https://faucet.polygon.technology/)
1919

20-
![img](/img/tools/gas/faucet.png)
20+
![img](../../img/tools/gas/faucet.png)
2121

2222
- Select one of the blockchain testnet networks, where:
2323
- **Mumbai** - Polygon Testnet
@@ -37,7 +37,7 @@ In addition, Polygon faucet also provides **Polygon zkEVM Testnet ETH tokens**.
3737

3838
- Click **Confirm** to finalize the transaction
3939

40-
![img](/img/tools/gas/confirm-transaction.png)
40+
![img](../../img/tools/gas/confirm-transaction.png)
4141

4242

4343
!!! danger
@@ -46,7 +46,7 @@ In addition, Polygon faucet also provides **Polygon zkEVM Testnet ETH tokens**.
4646

4747
- After confirmation, you will receive the requested Testnet tokens within 1 to 2 minutes.
4848

49-
![img](/img/tools/gas/success.png)
49+
![img](../../img/tools/gas/success.png)
5050

5151
## Alchemy MATIC faucet
5252

@@ -56,7 +56,7 @@ In addition, Polygon faucet also provides **Polygon zkEVM Testnet ETH tokens**.
5656

5757
- You can request MATIC tokens from **Alchemy's Mumbai Faucet**. In order to receive Testnet tokens, head over to the [**Mumbai Faucet website**](https://mumbaifaucet.com/) by Alchemy, enter your **wallet address** and hit the **Send Me MATIC** button.
5858

59-
![img](/img/tools/gas/alchemy-faucet1.png)
59+
![img](../../img/tools/gas/alchemy-faucet1.png)
6060

6161
- You can check the transaction hash as soon as you finish requesting your MATIC and also view the transaction details on [Polygonscan](https://mumbai.polygonscan.com/).
6262

@@ -66,15 +66,15 @@ In order to receive MATIC Mumbai tokens using QuickNode Fauct,
6666

6767
- Head over to [QuickNode Multi-chain Faucet](https://faucet.quicknode.com/drip). Connect your wallet (MetaMask or Phantom) by clicking on **Connect Wallet**. Select Polygon and Mumbai Testnet from the dropdown menus, and then click on **Continue**.
6868

69-
![img](/img/tools/gas/quicknode-faucet2.png)
69+
![img](../../img/tools/gas/quicknode-faucet2.png)
7070

7171
!!! tip "Get 1 MATIC"
7272

7373
If you **tweet** the [<ins>drip faucet URL</ins>](https://faucet.quicknode.com/drip) along with your wallet address and submit the tweet URL, you get 10X more MATIC Testnet tokens (i.e. 1 MATIC).
7474

7575
- To receive 0.1 Testnet MATIC, click on **No thanks, just send me 0.1 MATIC**.
7676

77-
![img](/img/tools/gas/quicknode-faucet3.png)
77+
![img](../../img/tools/gas/quicknode-faucet3.png)
7878

7979
- You can also view your transaction details on [Polygonscan](https://mumbai.polygonscan.com/) by clicking on the **TxHash**.
8080

docs/tools/matic-js/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { Web3ClientPlugin } from '@maticnetwork/maticjs-web3'
2828
use(Web3ClientPlugin)
2929
```
3030

31-
In the above code we are initiating maticjs with `web3js` but you can also similarly initiate with [ethers](/docs/tools/matic-js/setup/ethers).
31+
In the above code we are initiating maticjs with `web3js` but you can also similarly initiate with [ethers](setup/ethers.md).
3232

3333
## POS client
3434

docs/tools/matic-js/pos/erc1155/withdraw-exit-faster-many.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The `withdrawExitFasterMany` method can be used to exit the withdraw process by using the txHash from `withdrawStartMany` method.
22

3-
It is fast because it generates proof in backend. You need to configure [setProofAPI](/docs/tools/matic-js/set-proof-api).
3+
It is fast because it generates proof in backend. You need to configure [setProofAPI](../../set-proof-api.md).
44

55

66
**Note**- withdrawStart transaction must be checkpointed in order to exit the withdraw.
@@ -13,5 +13,4 @@ const result = await erc1155RootToken.withdrawExitFasterMany(<burn tx hash>);
1313
const txHash = await result.getTransactionHash();
1414

1515
const txReceipt = await result.getReceipt();
16-
1716
```

docs/tools/matic-js/pos/erc1155/withdraw-exit-faster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The `withdrawExitFaster` method can be used to exit the withdraw process by using the txHash from `withdrawStart` method.
22

3-
It is fast because it generates proof in backend. You need to configure [setProofAPI](/docs/tools/matic-js/set-proof-api).
3+
It is fast because it generates proof in backend. You need to configure [setProofAPI](../../set-proof-api.md).
44

5-
**Note**- withdrawStart transaction must be checkpointed in order to exit the withdraw.
5+
**Note**- withdrawStart transaction must be check-pointed in order to exit the withdraw.
66

77
```js
88
const erc1155RootToken = posClient.erc1155(<root token address>, true);

docs/tools/matic-js/pos/erc20/deposit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const txReceipt = await result.getReceipt();
1212

1313
```
1414

15-
It might take some time to see the deposited amount on polygon chain. You can use [isDeposited](/docs/tools/matic-js/pos/is-deposited) method for checking status.
15+
It might take some time to see the deposited amount on polygon chain. You can use [isDeposited](../is-deposited.md) method for checking status.

docs/tools/oracles/api3.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An [Airnode](https://docs.api3.org/explore/airnode/what-is-airnode.html) is a **
1313
An on-chain smart contract makes a request in the [**RRP protocol contract (AirnodeRrpV0.sol)**](https://docs.api3.org/reference/airnode/latest/concepts/) that adds the request to the event logs. The Airnode then accesses the event logs, fetches the API data and performs a callback to the requester with the requested data.
1414

1515

16-
![img](../../img/tools/oracles/api3/airnode1.png)
16+
![img](../..../../img/tools/oracles/api3/airnode1.png)
1717

1818
## Requesting off-chain data by calling an Airnode
1919

@@ -27,7 +27,7 @@ The requester calling an Airnode primarily focuses on two tasks:
2727
- **Make the request**
2828
- **Accept and decode the response**
2929

30-
![img](../../img/tools/oracles/api3/airnode2.png)
30+
![img](../..../../img/tools/oracles/api3/airnode2.png)
3131

3232
Here is an example of a basic requester contract to request data from an Airnode:
3333

@@ -128,7 +128,7 @@ Due to being composed of first-party data feeds, dAPIs offer security, transpare
128128
The [API3 Market](https://market.api3.org/dapis) enables users to connect to a dAPI and access the associated data feed services.
129129

130130

131-
![img](../../img/tools/oracles/api3/SS4.png)
131+
![img](../..../../img/tools/oracles/api3/SS4.png)
132132

133133
[*To know more about how dAPIs work, click here*](https://docs.api3.org/explore/dapis/what-are-dapis.html)
134134

@@ -166,7 +166,7 @@ The [API3 Market](https://market.api3.org/dapis) provides a list of all the dAPI
166166

167167
You can then decide if you want to use Self-funded or Managed dAPIs.
168168

169-
![img](../../img/tools/oracles/api3/dapi-page.png)
169+
![img](../..../../img/tools/oracles/api3/dapi-page.png)
170170

171171
#### Funding a sponsor wallet
172172

@@ -175,19 +175,19 @@ If you are trying to access Self-funded dAPIs, you need to make sure that the sp
175175
- Wallet is connected to the Market and is the same network as the dAPI you are funding.
176176
- Balance of the wallet should be greater than the amount you are sending to the `sponsorWallet`.
177177

178-
![img](../../img/tools/oracles/api3/market1.png)
178+
![img](../..../../img/tools/oracles/api3/market1.png)
179179

180180
To fund the dAPI, you need to click on the **Fund Gas** button. Depending upon if a proxy contract is already deployed, you will see a different UI.
181181

182-
![img](../../img/tools/oracles/api3/market2.png)
182+
![img](../..../../img/tools/oracles/api3/market2.png)
183183

184184
Use the gas estimator to select how much gas is needed by the dAPI. Click on **Send Matic** to send the entered amount to the sponsor wallet of the respective dAPI.
185185

186-
![img](../../img/tools/oracles/api3/market3.png)
186+
![img](../..../../img/tools/oracles/api3/market3.png)
187187

188188
Once the transaction is broadcasted & confirmed on the blockchain a transaction confirmation screen will appear.
189189

190-
![img](../../img/tools/oracles/api3/market4.png)
190+
![img](../..../../img/tools/oracles/api3/market4.png)
191191

192192
#### Deploying a proxy contract to access the dAPI
193193

@@ -198,11 +198,11 @@ Smart contracts can interact and read values from contracts that are already dep
198198

199199
If you are deploying a proxy contract during the funding process, clicking on the **Get proxy** button will initiate a transaction to your MetaMask that will deploy a proxy contract.
200200

201-
![img](../../img/tools/oracles/api3/market5.png)
201+
![img](../..../../img/tools/oracles/api3/market5.png)
202202

203203
Once the transaction is broadcasted and confirmed on the blockchain, the proxy contract address will be shown on the UI.
204204

205-
![img](../../img/tools/oracles/api3/market6.png)
205+
![img](../..../../img/tools/oracles/api3/market6.png)
206206

207207
### Subscribing to managed dAPIs
208208

0 commit comments

Comments
 (0)