forked from 0xPolygon/polygon-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
526 lines (518 loc) · 26.7 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
site_name: Polygon Knowledge Layer
site_author: Polygon Labs
copyright: Copyright © 2023 Polygon Labs
repo_name: Polygon Knowledge Layer
repo_url: https://github.com/0xPolygon/polygon-docs
edit_uri: edit/main/docs/
#remote_branch: gh-pages
#remote_name: gh-deploy
theme:
name: material
palette:
- scheme: default
primary: white
accent: purple
language: en
custom_dir: overrides
favicon: img/favicon.ico
icon:
logo: logo
repo: repo
font:
text: Roboto
code: Roboto Mono
features:
- search.suggest
- search.highlight
- search.share
# - navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.expansion
- navigation.integration
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
- navigation.path
- navigation.top
- navigation.footer
- toc.follow
- content.code.copy
- content.action.edit
nav:
- Home: index.md
- CDK:
- CDK: cdk/index.md
- Overview: cdk/overview.md
- Get started:
- Quickstart:
- Validium: cdk/get-started/quickstart-validium.md
- Rollup: cdk/get-started/quickstart-rollup.md
- Deploy:
- Validium: cdk/get-started/deploy-validium.md
- Rollup: cdk/get-started/deploy-rollup.md
- How to:
- Manage policies: cdk/how-to/manage-policies.md
#- Architecture:
- Specification:
- Validium vs rollup: cdk/spec/validium-vs-rollup.md
- Concepts:
- Rollup: cdk/concepts/rollup.md
- Validium: cdk/concepts/validium.md
- Data availability: cdk/concepts/dac.md
# - API/SDK:
- Additional resources:
- CDK repos: cdk/resources/cdk-repo-reference.md
- zkEVM:
- zkEVM: zkEVM/index.md
- Overview: zkEVM/overview.md
- Get started:
- Get started: zkEVM/get-started/index.md
- Quick start:
- Connecting to zkEVM: zkEVM/get-started/quick-start/connect-wallet.md
- Using Polygon faucet: zkEVM/get-started/quick-start/zkevm-faucet.md
- Bridging assets to zkEVM: zkEVM/get-started/quick-start/bridge-to-zkevm.md
- Gas station: zkEVM/get-started/zkevm-gas-station.md
- Setup nodes:
- Setup local zkNode: zkEVM/get-started/setup-nodes/local-node.md
- Setup production zkNode: zkEVM/get-started/setup-nodes/production-node.md
- Deploy zkEVM:
- Deploy zkEVM: zkEVM/get-started/deploy-zkevm/index.md
- Install dependencies: zkEVM/get-started/deploy-zkevm/install-dependencies.md
- Create wallets: zkEVM/get-started/deploy-zkevm/create-wallets.md
- Deploy zkNode: zkEVM/get-started/deploy-zkevm/deploy-zknode.md
- Configure Prover: zkEVM/get-started/deploy-zkevm/configure-prover.md
- Activate forced transactions: zkEVM/get-started/deploy-zkevm/activate-forced-transactions.md
- Setup a Goërli node: zkEVM/get-started/deploy-zkevm/setup-goerli-node.md
- How to:
- How to: zkEVM/how-to/index.md
- Write a contract: zkEVM/how-to/write-contract.md
- Deploy a contract with Foundry: zkEVM/how-to/using-foundry.md
- Deploy a contract with Hardhat: zkEVM/how-to/using-hardhat.md
- Verify a contract: zkEVM/how-to/verify-contract.md
- Architecture:
- Architecture: zkEVM/architecture/index.md
- zkEVM protocol:
- zkEVM protocol: zkEVM/architecture/protocol/index.md
- State management: zkEVM/architecture/protocol/state-management.md
- Trasaction life cycle:
- Submit transactions: zkEVM/architecture/protocol/transaction-life-cycle/submit-transaction.md
- Transaction execution: zkEVM/architecture/protocol/transaction-life-cycle/transaction-execution.md
- Transaction batching: zkEVM/architecture/protocol/transaction-life-cycle/transaction-batching.md
- Batch sequencing: zkEVM/architecture/protocol/transaction-life-cycle/batch-sequencing.md
- Batch aggregation: zkEVM/architecture/protocol/transaction-life-cycle/batch-aggregation.md
- Incentive mechanism: zkEVM/architecture/protocol/incentive-mechanism.md
- Protocol upgradability: zkEVM/architecture/protocol/upgradability.md
- Admin role and governance: zkEVM/architecture/protocol/admin-role.md
- Upgrade process: zkEVM/architecture/protocol/upgrade-process.md
- Security council: zkEVM/architecture/protocol/security-council.md
- Malfunction resistance:
- Force batches: zkEVM/architecture/protocol/malfunction-resistance/sequencer-resistance.md
- Force verification: zkEVM/architecture/protocol/malfunction-resistance/aggregator-resistance.md
- Emergency state: zkEVM/architecture/protocol/malfunction-resistance/emergency-state.md
- zkEVM Bridge:
- zkEVM Bridge: zkEVM/architecture/protocol/zkevm-bridge/index.md
- Exit trees: zkEVM/architecture/protocol/zkevm-bridge/exit-tree.md
- Smart contracts: zkEVM/architecture/protocol/zkevm-bridge/smart-contracts.md
- Flow of assets: zkEVM/architecture/protocol/zkevm-bridge/flow-of-assets.md
- LXLY bridge: zkEVM/architecture/protocol/lxly-bridge.md
- zkNode: zkEVM/architecture/zknode/index.md
- zkProver:
- zkProver: zkEVM/architecture/zkprover/index.md
- Main state machine:
- Main state machine: zkEVM/architecture/zkprover/main-state-machine/index.md
- As a processor: zkEVM/architecture/zkprover/main-state-machine/processor.md
- STARK recursion:
- STARK recursion: zkEVM/architecture/zkprover/stark-recursion/index.md
- Proving tools and techniques: zkEVM/architecture/zkprover/stark-recursion/proving-tools.md
- Composition, Recursion and Aggregation: zkEVM/architecture/zkprover/stark-recursion/composition-recursion-aggregation.md
- Recursion sub-process: zkEVM/architecture/zkprover/stark-recursion/recursion-sub-process.md
- Proving architecture: zkEVM/architecture/zkprover/stark-recursion/proving-architecture.md
- CIRCOM in zkProver: zkEVM/architecture/zkprover/stark-recursion/circom-in-zkprover.md
- Proving setup phase: zkEVM/architecture/zkprover/stark-recursion/proving-setup-phase.md
- Intermediate steps: zkEVM/architecture/zkprover/stark-recursion/intermediate-recursion.md
- Final recursion step: zkEVM/architecture/zkprover/stark-recursion/final-recursion-step.md
- Proof generation phase: zkEVM/architecture/zkprover/stark-recursion/proof-generation-phase.md
- Storage state machine:
- Storage state machine: zkEVM/architecture/zkprover/storage-state-machine/index.md
- Creating keys and paths: zkEVM/architecture/zkprover/storage-state-machine/construct-key-path.md
- Storage SM mechanism: zkEVM/architecture/zkprover/storage-state-machine/mechanism.md
- Executor and PIL: zkEVM/architecture/zkprover/storage-state-machine/executor-pil.md
- Arithmetic state machine: zkEVM/architecture/zkprover/arithmetic-sm.md
- Binary state machine: zkEVM/architecture/zkprover/binary-sm.md
- Memory state machine: zkEVM/architecture/zkprover/memory-sm.md
- Memory-Align state machine: zkEVM/architecture/zkprover/mem-align-sm.md
- Hashing state machines:
- Hashing state machines: zkEVM/architecture/zkprover/hashing-state-machines/index.md
- Keccak framework: zkEVM/architecture/zkprover/hashing-state-machines/keccak-framework.md
- Padding-kk state machine: zkEVM/architecture/zkprover/hashing-state-machines/paddingkk-sm.md
- Padding-kk-bit state machine: zkEVM/architecture/zkprover/hashing-state-machines/paddingkk-bit-sm.md
- Bits2Field state machine: zkEVM/architecture/zkprover/hashing-state-machines/bits2field-sm.md
- Keccak-f state machine: zkEVM/architecture/zkprover/hashing-state-machines/keccakf-sm.md
- Poseidon state machine: zkEVM/architecture/zkprover/hashing-state-machines/poseidon-sm.md
- Specification:
- Specification: zkEVM/spec/index.md
- Polynomial Identity Language:
- Polynomial Identity Language: zkEVM/spec/pil/index.md
- Simple example: zkEVM/spec/pil/simple-example.md
- Modular programs: zkEVM/spec/pil/modular-programs.md
- Connection arguments: zkEVM/spec/pil/connection-arguments.md
- Cyclicity in PIL: zkEVM/spec/pil/cyclicity-in-pil.md
- Filling polynomials: zkEVM/spec/pil/filling-polynomials.md
- Generating proofs: zkEVM/spec/pil/generating-proofs.md
- Permutation arguments: zkEVM/spec/pil/permutation-arguments.md
- Inclusion arguments: zkEVM/spec/pil/inclusion-arguments.md
- Compiling using PILCOM: zkEVM/spec/pil/compiling-using-pilcom.md
- Configuration files: zkEVM/spec/pil/configuration-files.md
- PLONK in PIL: zkEVM/spec/pil/plonk-in-pil.md
- Public values: zkEVM/spec/pil/public-values.md
- zkASM:
- zkASM: zkEVM/spec/zkasm/index.md
- Basic Syntax: zkEVM/spec/zkasm/basic-syntax.md
- Examples: zkEVM/spec/zkasm/examples.md
- EVM vs. zkEVM: zkEVM/spec/evm-differences.md
- Concepts:
- Concepts: zkEVM/concepts/index.md
- EVM basics: zkEVM/concepts/evm-basics.md
- Sparse merkle trees:
- Merkle trees: zkEVM/concepts/sparse-merkle-trees/sparse-merkle-tree.md
- Constructing simple SMTs: zkEVM/concepts/sparse-merkle-trees/simple-smt.md
- SMT concepts: zkEVM/concepts/sparse-merkle-trees/detailed-smt.md
- Operations on SMTs: zkEVM/concepts/sparse-merkle-trees/basic-smt-ops.md
- mFibonnaci state machine:
- Design approach: zkEVM/concepts/mfibonacci/mfibonacci.md
- An example: zkEVM/concepts/mfibonacci/mfibonacci-example.md
- Commitment scheme: zkEVM/concepts/mfibonacci/commitment-scheme.md
- Verification scheme: zkEVM/concepts/mfibonacci/verification-scheme.md
- PIL-STARK process: zkEVM/concepts/mfibonacci/pil-stark.md
- PIL-STARK demo: zkEVM/concepts/mfibonacci/pil-stark-demo.md
- Generic state machine:
- Generic SM introduction: zkEVM/concepts/generic-state-machine/intro-generic-sm.md
- Execution trace: zkEVM/concepts/generic-state-machine/exec-trace-correct.md
- Ending programs: zkEVM/concepts/generic-state-machine/ending-program.md
- Program counter: zkEVM/concepts/generic-state-machine/program-counter.md
- Plookup: zkEVM/concepts/generic-state-machine/plookup.md
- CIRCOM: zkEVM/concepts/circom-intro-brief.md
- Troubleshooting:
- Disclosures: zkEVM/troubleshooting/risk-disclosures.md
- PoS:
- PoS: pos/index.md
- Overview: pos/overview.md
- Get started:
- Get started: pos/get-started/index.md
- Building on Polygon: pos/get-started/building-on-polygon.md
- How to:
- How to: pos/how-to/index.md
- Restore from snapshots: pos/how-to/snapshots.md
- Operate a node:
- Operate a node: pos/how-to/operating/index.md
- Full node:
- Full node: pos/how-to/operating/full-node/index.md
- Manual install: pos/how-to/operating/full-node/manual-install.md
- Ansible: pos/how-to/operating/full-node/ansible.md
- Docker: pos/how-to/operating/full-node/docker.md
- Google cloud: pos/how-to/operating/full-node/gcp.md
- Validator node:
- Validator node: pos/how-to/operating/validator-node/index.md
- Manual install: pos/how-to/operating/validator-node/manual-install.md
- Ansible: pos/how-to/operating/validator-node/ansible.md
- Staking: pos/how-to/operating/validator-node/staking.md
- Access node: pos/how-to/operating/access-node.md
- Archive node: pos/how-to/operating/archive-node.md
- Erigon node: pos/how-to/operating/erigon-node.md
- Bridge layers:
- Bridge layers: pos/how-to/bridging/index.md
- Ethereum-Polygon:
- Ethereum-Polygon: pos/how-to/bridging/ethereum-polygon/index.md
- Ethereum to MATIC: pos/how-to/bridging/ethereum-polygon/ethereum-to-matic.md
- MATIC to Ethereum: pos/how-to/bridging/ethereum-polygon/matic-to-ethereum.md
- Submit mapping request: pos/how-to/bridging/ethereum-polygon/submit-mapping-request.md
- L1-L2 communication:
- L1-L2 communication: pos/how-to/bridging/l1-l2-communication/index.md
- State transfer: pos/how-to/bridging/l1-l2-communication/state-transfer.md
- Work with smart contracts:
- Work with smart contracts: pos/how-to/smart-contracts/index.md
- Alchemy: pos/how-to/smart-contracts/alchemy.md
- ChainIDE: pos/how-to/smart-contracts/chainide.md
- ChainStack: pos/how-to/smart-contracts/chainstack.md
- GetBlock: pos/how-to/smart-contracts/getblock.md
- QuickNode: pos/how-to/smart-contracts/quicknode.md
- SmartPress: pos/how-to/smart-contracts/smartpress.md
- ThirdWeb: pos/how-to/smart-contracts/thirdweb.md
- Polygon DID: pos/how-to/polygon-did.md
- Architecture:
- Architecture: pos/architecture/index.md
- Bor:
- Bor: pos/architecture/bor/index.md
- State sync: pos/architecture/bor/state-sync.md
- Network configuration: pos/architecture/bor/network-config.md
- Commands: pos/architecture/bor/commands.md
- Heimdall:
- Heimdall: pos/architecture/heimdall/index.md
- Heimdall and Bor: pos/architecture/heimdall/heimdall-and-bor.md
- Authentication: pos/architecture/heimdall/authentication.md
- Key management: pos/architecture/heimdall/key-management.md
- Validation: pos/architecture/heimdall/validation.md
- Balance transfers: pos/architecture/heimdall/balance-transfers.md
- Staking: pos/architecture/heimdall/staking.md
- Checkpoints: pos/architecture/heimdall/checkpoints.md
- Topup: pos/architecture/heimdall/topup.md
- Chain management: pos/architecture/heimdall/chain-management.md
- Governance: pos/architecture/heimdall/governance.md
- Concepts:
- Concepts: pos/concepts/index.md
- Tokens:
- Tokens: pos/concepts/tokens/index.md
- POL: pos/concepts/tokens/pol.md
- MATIC: pos/concepts/tokens/matic.md
- Transactions:
- Transactions: pos/concepts/transactions/index.md
- EIP-1559: pos/concepts/transactions/eip-1559.md
- EIP-4337: pos/concepts/transactions/eip-4337.md
- Meta-transactions: pos/concepts/transactions/meta-transactions.md
- Miden:
- Miden: miden/index.md
- Overview: miden/overview.md
- Roadmap: miden/roadmap.md
- Miden rollup docs:
- Introduction:
- Welcome: miden/introduction/index.md
- Architecture:
- Architecture: miden/architecture/index.md
- Accounts: miden/architecture/accounts.md
- Notes: miden/architecture/notes.md
- Assets: miden/architecture/assets.md
- Transactions: miden/architecture/transactions.md
- State: miden/architecture/state.md
- Execution: miden/architecture/execution.md
- Crypto primitives:
- Tiered sparce Merkle tree (TSMT): miden/crypto-primitives/tsmt.md
- Miden VM docs: https://0xpolygonmiden.github.io/miden-vm/
- Developer tools:
- Developer tools: tools/index.md
- Smart contract development:
- Hardhat: tools/smart-contracts/hardhat.md
- Truffle: tools/smart-contracts/truffle.md
- Remix: tools/smart-contracts/remix.md
- Replit: tools/smart-contracts/replit.md
- Gas:
- Polygon MATIC faucet: tools/gas/matic-faucet.md
- Polygon gas station: tools/gas/polygon-gas-station.md
- Data:
- The Graph:
- Overview: tools/data/the-graph/overview.md
- Data: tools/data/the-graph/data.md
- Entities: tools/data/the-graph/entities.md
- Queries: tools/data/the-graph/queries.md
- Covalent: tools/data/covalent.md
- Flair: tools/data/flair.md
- 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
- Setup:
- Ethers: tools/matic-js/setup/ethers.md
- Web3js: tools/matic-js/setup/web3js.md
- Set proof API: tools/matic-js/set-proof-api.md
- Advanced:
- ABI manager: tools/matic-js/advanced/abi-manager.md
- Exit util: tools/matic-js/advanced/exit-util.md
- Plugin: tools/matic-js/advanced/plugin.md
- ERC20:
- Overview: tools/matic-js/pos/erc20/index.md
- approveMax: tools/matic-js/pos/erc20/approve-max.md
- approve: tools/matic-js/pos/erc20/approve.md
- deposit: tools/matic-js/pos/erc20/deposit.md
- getAllowance: tools/matic-js/pos/erc20/get-allowance.md
- getBalance: tools/matic-js/pos/erc20/get-balance.md
- isWithdrawExited: tools/matic-js/pos/erc20/is-withdraw-exited.md
- transfer: tools/matic-js/pos/erc20/transfer.md
- withdrawExitFaster: tools/matic-js/pos/erc20/withdraw-exit-faster.md
- withdrawExit: tools/matic-js/pos/erc20/withdraw-exit.md
- withdrawStart: tools/matic-js/pos/erc20/withdraw-start.md
- ERC721:
- Overview: tools/matic-js/pos/erc721/index.md
- approveAll: tools/matic-js/pos/erc721/approve-all.md
- approve: tools/matic-js/pos/erc721/approve.md
- depositMany: tools/matic-js/pos/erc721/deposit-many.md
- deposit: tools/matic-js/pos/erc721/deposit.md
- getAllTokens: tools/matic-js/pos/erc721/get-all-tokens.md
- getTokenIdAtIndexForUser: tools/matic-js/pos/erc721/get-token-id-at-index-for-user.md
- getTokensCount: tools/matic-js/pos/erc721/get-tokens-count.md
- isApprovedAll: tools/matic-js/pos/erc721/is-approved-all.md
- isApproved: tools/matic-js/pos/erc721/is-approved.md
- isWithdrawExitedMany: tools/matic-js/pos/erc721/is-withdraw-exited-many.md
- isWithdrawExited: tools/matic-js/pos/erc721/is-withdraw-exited.md
- transfer: tools/matic-js/pos/erc721/transfer.md
- withdrawExitFasterMany: tools/matic-js/pos/erc721/withdraw-exit-faster-many.md
- withdrawExitFaster: tools/matic-js/pos/erc721/withdraw-exit-faster.md
- withdrawExitMany: tools/matic-js/pos/erc721/withdraw-exit-many.md
- withdrawExit: tools/matic-js/pos/erc721/withdraw-exit.md
- withdrawStartMany: tools/matic-js/pos/erc721/withdraw-start-many.md
- withdrawStartWithMetaData: tools/matic-js/pos/erc721/withdraw-start-with-meta-data.md
- withdrawStart: tools/matic-js/pos/erc721/withdraw-start.md
- ERC1155:
- approve-all-for-mintable: tools/matic-js/pos/erc1155/approve-all-for-mintable.md
- approve-all: tools/matic-js/pos/erc1155/approve-all.md
- deposit-many: tools/matic-js/pos/erc1155/deposit-many.md
- deposit: tools/matic-js/pos/erc1155/deposit.md
- get-balance: tools/matic-js/pos/erc1155/get-balance.md
- index: tools/matic-js/pos/erc1155/index.md
- is-approved-all: tools/matic-js/pos/erc1155/is-approved-all.md
- is-withdraw-exited-many: tools/matic-js/pos/erc1155/is-withdraw-exited-many.md
- is-withdraw-exited: tools/matic-js/pos/erc1155/is-withdraw-exited.md
- transfer: tools/matic-js/pos/erc1155/transfer.md
- withdraw-exit-faster-many: tools/matic-js/pos/erc1155/withdraw-exit-faster-many.md
- withdraw-exit-faster: tools/matic-js/pos/erc1155/withdraw-exit-faster.md
- withdraw-exit-many: tools/matic-js/pos/erc1155/withdraw-exit-many.md
- withdraw-exit: tools/matic-js/pos/erc1155/withdraw-exit.md
- withdraw-start-many: tools/matic-js/pos/erc1155/withdraw-start-many.md
- withdraw-start: tools/matic-js/pos/erc1155/withdraw-start.md
- Common methods:
- Deposit ETH: tools/matic-js/pos/deposit-ether.md
- isCheckPointed: tools/matic-js/pos/is-check-pointed.md
- isDeposited: tools/matic-js/pos/is-deposited.md
- zkEVM:
- Initialize: tools/matic-js/zkevm/initialize.md
- ERC20: tools/matic-js/zkevm/erc20.md
- Common methods: tools/matic-js/zkevm/common-methods.md
- Storage:
- IPFS: tools/storage/ipfs.md
- Filecoin: tools/storage/filecoinhelpers.md
- Crust network: tools/storage/crusthelpers.md
- Mint NFTs: tools/storage/nftstorage.md
- Oracles:
- Getting started: tools/oracles/getting-started.md
- API3: tools/oracles/api3.md
- Bandchain: tools/oracles/bandchain.md
- Band standard dataset: tools/oracles/bandstandarddataset.md
- Chainlink: tools/oracles/chainlink.md
- DIA: tools/oracles/diadataoracles.md
- UMA optimistic oracle: tools/oracles/optimisticoracle.md
- Razor: tools/oracles/razor.md
- Tellor: tools/oracles/tellor.md
- Umbrella: tools/oracles/umbrella.md
- Wallets:
- Getting started: tools/wallets/getting-started.md
- Metamask:
- Overview: tools/wallets/metamask/index.md
- Create MetaMask wallet: tools/wallets/metamask/create-metamask-wallet.md
- Add Polygon network: tools/wallets/metamask/add-polygon-network.md
- Configure custom tokens: tools/wallets/metamask/custom-tokens.md
- Create and import accounts: tools/wallets/metamask/multiple-accounts.md
- Venly:
- Intro: tools/wallets/venly/index.md
- Create wallet: tools/wallets/venly/create-wallet.md
- Add network: tools/wallets/venly/add-network.md
- Add custom token: tools/wallets/venly/custom-tokens.md
- Wallet link: tools/wallets/wallet-link.md
- Fortmatic: tools/wallets/fortmatic.md
- Portis: tools/wallets/portis.md
- Torus: tools/wallets/torus.md
- WalletConnect: tools/wallets/walletconnect.md
- SlashAuth: tools/wallets/slashauth.md
- Plaid wallet onboard: tools/wallets/plaid-wallet-onboard.md
- Particle network: tools/wallets/particle-network.md
- Web3Modal: tools/wallets/using-web3modal.md
- Block explorers:
- Polygon: https://polygonscan.com/
- zkEVM: https://zkevm.polygonscan.com/
- zkEVM testnet: https://explorer-ui.mainnet.zkevm-test.net/
- OKLink: https://www.oklink.com/polygon
- Learn:
- Learn: learn/index.md
- Unified liquidity and scalability: learn/liquidity-and-scalability.md
- Polygon protocols: learn/polygon-protocols.md
- Polygon 2.0 architecture: learn/deep-dive-arch.md
extra:
generator: false
analytics:
provider: google
property: G-RJ6JC0EEY5
# feedback: # feedback form only works when Google Analytics is set up and working
# title: Was this page helpful?
# ratings:
# - icon: fontawesome/regular/face-grin-stars
# name: This page was helpful
# data: 1
# note: >-
# Thanks for your feedback!
# - icon: fontawesome/regular/face-grimace
# name: This page could be improved
# data: 0
# note: >-
# Thanks for your feedback! Help us improve this page by
# using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
social:
- icon: fontawesome/solid/circle-question
link: https://support.polygon.technology/support/solutions
- icon: fontawesome/solid/globe
link: https://polygon.technology/
- icon: fontawesome/brands/github
link: https://github.com/0xPolygon/polygon-docs
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_css:
- _site_essentials/stylesheets/polygon-docs.webflow.css
- _site_essentials/stylesheets/extra.css
- https://fonts.googleapis.com/icon?family=Material+Icons
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
markdown_extensions:
- toc:
permalink: true
permalink_title: Link to this section
toc_depth: 4
- codehilite
- markdown_include.include:
base_path: docs
- admonition
- footnotes
- def_list
- attr_list
- abbr
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.keys
- pymdownx.details
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.caret
- meta
- smarty
- pymdownx.extra
plugins:
- search
- open-in-new-tab
# - git-revision-date-localized:
# enable_creation_date: true
# fallback_to_build_date: true
# - git-committers:
# repository: 0xPolygon/polygon-docs
# #branch: main
# exclude:
# - README.md
validation:
absolute_links: ignore
extra_javascript:
- _site_essentials/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js