-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
524 lines (517 loc) · 33.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
site_name: Darwinia Network Documentation
site_url: https://docs.darwinia.network/
site_description: "This is the official documentation for the Darwinia Network. It covers the design, usage and integration guide for Darwinia networks."
copyright: Copyright © Darwinia Network
repo_name: darwinia-network/docs
edit_uri: https://github.com/darwinia-network/docs/edit/main/docs
theme:
name: material
logo: resource/pics/darwinia-logo.png
favicon: resource/pics/background.png
font:
text: San Francisco
code: SFMono-Regular
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
language: en
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
extra:
generator: false
homepage: https://darwinia.network
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/darwinia-network
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/DarwiniaNetwork
- icon: fontawesome/brands/discord
link: https://discord.gg/jbRk7znn4Q
- icon: fontawesome/brands/telegram
link: https://t.me/DarwiniaNetwork
- icon: fontawesome/brands/medium
link: https://medium.com/darwinianetwork
analytics:
provider: google
property: G-K2MGZ3GPEE
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/darwinia-network/docs/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
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:
- resource/stylesheets/extra.css
extra_javascript:
- resource/script/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- meta-descriptions:
enable_checks: true
max_length: 500
trim: true
- git-authors
- git-revision-date-localized:
fallback_to_build_date: false
enable_creation_date: true
- redirects:
redirect_maps:
# Notion sites
"msgport-interfaces-e2aa3703c34b4016b689ddf5e8ec7ed9.md": "https://msgport.ringdao.com/docs/build/interfaces.html"
"msgport-workflow-4bd120fbf7e24ecf91dd4f4d655e20c0.md": "https://msgport.ringdao.com/docs/build/workflow.html"
"msgport-layer-480c9517f74f43489c67fbc71c4c4788.md": "https://msgport.ringdao.com/docs/index.html"
"msgport-guides-eb02b9d8846e445c916a71ee11a2ac1a.md": "https://msgport.ringdao.com/docs/build/networks.html"
"msgport-fa89f501ea1747e285b6169697e2ff77.md": "https://msgport.ringdao.com/docs/index.html"
"msgport-scan-20e10e1727de4b07baaee0c7e1e3f627.md": "https://msgport.ringdao.com/docs/build/scan.html"
"darwinia-msgport-fa89f501ea1747e285b6169697e2ff77.md": "https://msgport.ringdao.com/docs/index.html"
"darwinia-2-99b0d585271c4d029474c5f123139a4a.md": "build/getting-started/networks/overview.md"
"darwinia-evm-df814f681ec248438cb762df8aaddbd6.md": "build/getting-started/networks/overview.md"
"darwinia-staking-6fecd6a66daa44bb828c760f0499ba73.md": "learn/collator-staking.md"
"darwinia-db787b70edd14545a252122d1c7651d1.md": "index.md"
"darwinia-chain-db787b70edd14545a252122d1c7651d1.md": "build/getting-started/networks/darwinia.md"
"darwinia-chains-df814f681ec248438cb762df8aaddbd6.md": "build/getting-started/networks/darwinia.md"
"darwinia-docs-c159713e5ba1488e867769f40344acca.md": "index.md"
"darwinia-docs-d964a268cd6a4340a8e73bfa2bd5d592.md": "index.md"
"darwinia-1.0-migration-f7b86936f81e42c5a4aad5c02b3f3370.md": "community/guide/migration/generate-account.md"
"glossary-f7625590780e40df80c79ceed8f7f943.md": "https://msgport.ringdao.com/docs/learn/glossary.html"
"glossary-8967fc4aa6a046a69b525dff7bf70a50.md": "https://msgport.ringdao.com/docs/learn/glossary.html"
"migrate-darwinia-1.0-accounts-f7b86936f81e42c5a4aad5c02b3f3370.md": "community/guide/migration/generate-account.md"
"migrate-multisig-account-2309e46d50d6419ba4c18f58bea890d9.md": "community/guide/migration/multisig-account.md"
"migrate-generate-account-66167771afba4768b6878907eb4e86bd.md": "community/guide/migration/generate-account.md"
"account-migration-f7b86936f81e42c5a4aad5c02b3f3370.md": "community/guide/migration/generate-account.md"
"account-system-b607d93f5b274ba9b9f36bd833e12c0b.md": "learn/ethereum-compatibility/account-system.md"
"interact-contract-with-ethers.js-58d0d975c42a41679fcdc88f6d366646.md": "build/ethereum-tools/interact-with-web3js.md"
"how-to-become-a-collator-af6bce360d5b49ddacc56e4587510210.md": "node-operators/run-collator-node.md"
"how-to-use-feemarket-app-51983819db53475fb4cae954d21d5a2a.md": "index.md"
"how-to-become-a-collator-679e363b68ab47189bde7826c8258c1d.md": "node-operators/run-collator-node.md"
"how-to-run-relayer-client-5ecfbd8552c84810a5935ec0d299892f.md": "https://msgport.ringdao.com/docs/index.html"
"evm-tracing-fda4666e09d84c18aa6404e6de9ced3a.md": "node-operators/run-evm-tracing-node.md"
"ethereum-precompiles-84a597a98ce440d8872e271bc64d6c5c.md": "build/precompiles/overview.md"
"ethereum-guides-9e08f77455924ab5ac34e5c4057c4359.md": "build/ethereum-tools/interact-with-web3js.md"
"ethereum-compatibility-d358d1707b654aa6b5d759188ba5fda8.md": "learn/ethereum-compatibility/overview.md"
"ethereum-lessgreater-darwinia-lessgreater-parachain-723500992ab44562ba11b2a79553da23.md": "index.md"
"ethereum-84a597a98ce440d8872e271bc64d6c5c.md": "learn/ethereum-compatibility/overview.md"
"run-airnode-1e7fcbc7736f44538f7e97270b41f392.md": "https://msgport.ringdao.com/docs/index.html"
"run-archive-node-1c009782d1a44fbe8822a24edd42cd60.md": "node-operators/run-archive-node.md"
"run-development-testnet-cc490170048e4584809233d6aebb8c57.md": "build/getting-started/networks/dev-node.md"
"evm-df814f681ec248438cb762df8aaddbd6.md": "learn/ethereum-compatibility/overview.md"
"transfer-token-guide-346586c30af24607a9330c60bc22ab7f.md": "community/guide/transfer-token.md"
"commitment-token-precompile-41243f797bf4421dbb49db7d88dbfd60.md": "build/precompiles/commitment-token.md"
"token-and-economic-model-ebfbf88c76794215a4abe75ae13f596b.md": "community/overview.md"
"token-and-economic-model-c6c83e06a16840ce99e64c7a88b4132e.md": "community/overview.md"
"commitment-token-41243f797bf4421dbb49db7d88dbfd60.md": "learn/collator-staking.md"
"commitment-token-e17a95fb26664e0d8b39d26370847797.md": "learn/collator-staking.md"
"staking-guide-4306a2a3f25f4ea0b41377e267e1d319.md": "learn/collator-staking.md"
"staking-6fecd6a66daa44bb828c760f0499ba73.md": "learn/collator-staking.md"
"staking-precompile-f301e1fda68f450d8861f3e016c45422.md": "learn/collator-staking.md"
"staking-f301e1fda68f450d8861f3e016c45422.md": "learn/collator-staking.md"
"staking-module-9e8584942325478980a3f487b4e1aa14.md": "learn/collator-staking.md"
"pangolin-testnet-1e9ac8b09e874e8abd6a7f18c096ca6a.md": "build/getting-started/networks/pangolin.md"
"pangolin-greater-sepolia-remix-demo-e743f8d5d51943d5954ea71865e80a27.md": "https://msgport.ringdao.com/docs/build/tutorial/remix-demo.html"
"pangolin-greater-sepolia-script-demo-138f9b3974704363a299d5479454d5b5.md": "https://msgport.ringdao.com/docs/build/tutorial/script-demo.html"
"polkadot-xcmp-d42e7ad9094744268b4d7738cd441e0d.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/xcmp.html"
"tutorials-2c4264bfbe9c4f21833ac1939ba849ff.md": "community/overview.md"
"tutorials-cc8155b337904bf1b074cd1d2c4ee34e.md": "community/overview.md"
"tutorials-e8bc845c70c647b3a5808faa8a554eb0.md": "community/overview.md"
"dapp-list-5b5f8b88d7b940e99d6f82c979cf7fd8.md": "community/overview.md"
"dapp-list-d9453f4a0119442f9f989884549085f8.md": "community/overview.md"
"crab-chain-7d27b58cb42a4315b878281da0043aa6.md": "build/getting-started/networks/crab.md"
"crab-7d27b58cb42a4315b878281da0043aa6.md": "build/getting-started/networks/overview.md"
"cross-chain-service-56b895cbda3a44bfb1578a9936148567.md": "index.md"
"cross-chain-abstract-account-a0aae327c3d54555818fdab1149d0608.md": "https://msgport.ringdao.com/docs/learn/use-cases/xaccount.html"
"lcmp-(deprecated)-d205c8d8e5794c789065aabdbb5f78c8.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/lcmp.html"
"lcmp-overview-d205c8d8e5794c789065aabdbb5f78c8.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/lcmp.html"
"lcmp-overview-3e4aaa724b6b42a2b821fe607ff4568f.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/lcmp.html"
"lcmp-d205c8d8e5794c789065aabdbb5f78c8.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/lcmp.html"
"participate-in-democracy-663e7e9388454f1698663d6c8a4ce59c.md": "community/guide/governance.md"
"participate-in-council-c816ba48ccc24f95b3ae6840d01e81e6.md": "community/guide/governance.md"
"json-rpc-api-c96e3afedb0b4fb8a902527ffdb5ce6c.md": "learn/ethereum-compatibility/jsonrpc.md"
"json-rpc-list-c96e3afedb0b4fb8a902527ffdb5ce6c.md": "learn/ethereum-compatibility/jsonrpc.md"
"usdt-guide-f4c620c069e146adb5d7c678e3b68223.md": "community/guide/assethub-bridge.md"
"usdt-precompile-1c6dd32ae9f54ed48ab4be289c5eb51c.md": "build/precompiles/usdt.md"
"usdt-1c6dd32ae9f54ed48ab4be289c5eb51c.md": "build/precompiles/usdt.md"
"builder-0f142bfb7f6b41d78548fca21531a03d.md": "build/getting-started/networks/overview.md"
"builder-4003de8942774fffb25726e32be3b27e.md": "build/getting-started/networks/overview.md"
"oracle-relayer-messaging-644d05b64d7b4e0d83a7d76bfcbd539b.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/ormp.html"
"relayer-f488174a90ce49f992dd543987d80a8c.md": "https://msgport.ringdao.com/docs/build/workflow.html"
"a-runable-demo-138f9b3974704363a299d5479454d5b5.md": "https://msgport.ringdao.com/docs/build/tutorial/script-demo.html"
"simplest-messaging-demo-045164a7d4d7413ba4a5dd65214e59e6.md": "https://msgport.ringdao.com/docs/build/tutorial/remix-demo.html"
"supported-networks-c44e644252f7484495b5a4d65ba772db.md": "https://msgport.ringdao.com/docs/build/networks.html"
"xcmp-2bb8ab7e160d496c95197ce8a7a90bd4.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/xcmp.html"
"a-runnable-demo-138f9b3974704363a299d5479454d5b5.md": "https://msgport.ringdao.com/docs/build/tutorial/script-demo.html"
"faq-5cab1da651f74180bc1abbf6209eefa7.md": "https://msgport.ringdao.com/docs/learn/faq.html"
"getting-started-with-metamask-7e62c6c12f884e868110461b956b4f40.md": "community/guide/transfer-token.md"
"Getting-Started-0916766fba6e417ea6532dc4386eefe1.md": "index.md"
"getting-started-with-metamask-0916766fba6e417ea6532dc4386eefe1.md": "community/guide/transfer-token.md"
"governance-ede4ddc7baea4020b6bfb270f30dd5ea.md": "learn/governance.md"
"chain-guides-b2854461c1ec495ea92fcb0817f504bd.md": "node-operators/snapshot.md"
"indexer-guides-d4ca84582e124d18859ebaffc0804fff.md": "build/indexer/subquery.md"
"libraries-4a4ce70014ba43b7977aeb16ce9634ab.md": "build/getting-started/networks/overview.md"
"dapp-development-4b021f21c52d474aa08a8109eb55bbd1.md": "build/getting-started/networks/overview.md"
"multisig-wallet-baa3edb491744e9a896f79cd44cd1cfe.md": "community/guide/multisig-wallet.md"
"testnet-faucets-98a5b8e69c7e40b59973aa36af2ac647.md": "build/getting-started/networks/pangolin.md"
"rollup-testnet-c7d1eac29e154f269c4a1b1495173cbd.md": "build/getting-started/networks/overview.md"
"governance-22e8b46c937749b6848e7a99e11fe81a.md": "community/guide/governance.md"
"ecosystem-and-developer-incentive-program-3cdf9539ed464261a0c79c47813d818c.md": "community/overview.md"
"dispatch-precompile-f2b979abc1b746fc88cc17062863757a.md": "build/precompiles/dispatch.md"
"smart-contract-guides-9e08f77455924ab5ac34e5c4057c4359.md": "build/ethereum-tools/interact-with-web3js.md"
"statestorage-e25711c6a8d846fbbdb39b2292ded34a.md": "build/precompiles/state-storage.md"
"governance(legacy)-22e8b46c937749b6848e7a99e11fe81a.md": "learn/governance.md"
"subquery-24d26214bead4a86a0afcc7b6d05da23.md": "build/indexer/subquery.md"
"1e9ac8b09e874e8abd6a7f18c096ca6a.md": "index.md"
"builtin-precompiles-98c3e406495043838199aaf8c1b74601.md": "build/precompiles/ethereum.md"
"df814f681ec248438cb762df8aaddbd6?pvs=25.md": "index.md"
"deposit-7d1eb1d33ac442e2a13e75ba2ace5dd3.md": "learn/collator-staking.md"
"dispatch-f2b979abc1b746fc88cc17062863757a.md": "build/precompiles/dispatch.md"
"dex-8af56cd9f48c4af092987312c4773862.md": "index.md"
"convictionvoting-6bd9c7600aa64a499a6c9e4b53fd8176.md": "build/precompiles/conviction-voting.md"
"9d65d6d810f4446abb60fa4580c94b3a.md": "index.md"
"27e4861f0c2f4777a580d149b813c8b3.md": "index.md"
"collator-4009acd5b05a4de091d5dd011917a137.md": "index.md"
"testnet-faucets-de3bb5f3480142ce8dd77d8bec7260fe.md": "build/getting-started/networks/pangolin.md"
"pangoro-testnet-70cfec5dc9ca42759959ba3803edaec2.md": "index.md"
"precompiled-contracts-98c3e406495043838199aaf8c1b74601.md": "build/precompiles/overview.md"
"create-dao-guide-098b104edc9f47e6884f56ff77057d6d.md": "community/guide/create-dao.md"
"chains-and-explorers-d82ce5406ad94c2197bd686544f820dd.md": "build/getting-started/networks/overview.md"
"create-a-simple-dapp-8e274497e45e41b981dbd7bf040f70d8.md": "build/ethereum-tools/interact-with-web3js.md"
"build/getting-started/usdt.md": "build/precompiles/usdt.md"
"chain-database-snapshot-f0f695e8d4444cf69e1c8dac51d49558.md": "node-operators/snapshot.md"
"f2b979abc1b746fc88cc17062863757a?pvs=25.md": "index.md"
"multichain-gaming-and-metaverse-3f85acbb735942d6b712a8be13012bc7.md": "index.md"
"multi-chain-dao-governance-d3b2e194828d4af8bad8e3fa28219fc3.md": "community/orgs/ringdao.md"
"deposit-module-1a46b7600b564f7e8a416f5d6f6ed759.md": "learn/collator-staking.md"
"dapp-development-70bcc474c25f4abda880ee9fc383b562.md": "build/ethereum-tools/interact-with-web3js.md"
"interact-with-ethers.js-58d0d975c42a41679fcdc88f6d366646.md": "build/ethereum-tools/interact-with-ethersjs.md"
"ormp-644d05b64d7b4e0d83a7d76bfcbd539b.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/ormp.html"
"support-and-links-6adc08c61a4f424d89fd23b769ed235c.md": "index.md"
"available-wallets-9318572c48b24094a742883690778525.md": "build/getting-started/wallets.md"
"networks-and-explorers-d82ce5406ad94c2197bd686544f820dd.md": "build/getting-started/networks/overview.md"
"light-client-messaging-protocol-d205c8d8e5794c789065aabdbb5f78c8.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/lcmp.html"
"web3.js-5750bd9431e54e47969573ee3ebd4b17.md": "build/ethereum-tools/interact-with-web3js.md"
"ring-c6c83e06a16840ce99e64c7a88b4132e.md": "community/orgs/ringdao.md"
"bridge-knowledge-base/bridge-overview.md": "index.md"
"create-a-simple-dapp-8635c1b5131240848e3b6a68067712c1.md": "build/getting-started/networks/overview.md"
"solidity-sdk-ac0f639b18094a4caeb1b39714f406b9.md": "index.md"
# Others
"msgport/overview.md": "https://msgport.ringdao.com/docs/index.html"
"msgport/glossary.md": "https://msgport.ringdao.com/docs/learn/glossary.html"
"msgport/networks.md": "https://msgport.ringdao.com/docs/build/networks.html"
"msgport/workflow.md": "https://msgport.ringdao.com/docs/build/workflow.html"
"msgport/api.md": "https://msgport.ringdao.com/docs/build/api.html"
"msgport/interfaces.md": "https://msgport.ringdao.com/docs/build/interfaces.html"
"msgport/faq.md": "https://msgport.ringdao.com/docs/learn/faq.html"
"msgport/scan.md": "https://msgport.ringdao.com/docs/build/scan.html"
"msgport/troublesome.md": "https://msgport.ringdao.com/docs/learn/faq.html"
"msgport/use-cases/order-xclearing.md": "https://msgport.ringdao.com/docs/learn/use-cases/order-xclearing.html"
"msgport/use-cases/xtoken.md": "https://msgport.ringdao.com/docs/learn/use-cases/xtoken.html"
"msgport/use-cases/xaccount.md": "https://msgport.ringdao.com/docs/learn/use-cases/xaccount.html"
"msgport/use-cases/xdao.md": "https://msgport.ringdao.com/docs/learn/use-cases/xtoken.html"
"msgport/user-cases/multichain-dao-governance.md": "https://msgport.ringdao.com/docs/learn/use-cases/xdao.html"
"msgport/use-cases/overview.md": "https://msgport.ringdao.com/docs/learn/use-cases/overview.html"
"msgport/user-cases/overview.md": "https://msgport.ringdao.com/docs/learn/use-cases/overview.html"
"msgport/user-cases/token-bridge.md": "https://msgport.ringdao.com/docs/learn/use-cases/xtoken.html"
"msgport/user-cases/abstract-account.md": "https://msgport.ringdao.com/docs/learn/use-cases/xaccount.html"
"msgport/user-cases/order-xclearing.md": "https://msgport.ringdao.com/docs/learn/use-cases/order-xclearing.html"
"msgport/user-cases/xdao.md": "https://msgport.ringdao.com/docs/learn/use-cases/xdao.html"
"msgport/user-cases/xtoken.md": "https://msgport.ringdao.com/docs/learn/use-cases/xtoken.html"
"msgport/tutorial/remix-demo.md": "https://msgport.ringdao.com/docs/build/tutorial/remix-demo.html"
"msgport/tutorial/script-demo.md": "https://msgport.ringdao.com/docs/build/tutorial/foundry-demo.html"
"msgport/messaging-protocols/lcmp.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/lcmp.html"
"msgport/messaging-protocols/ormp.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/ormp.html"
"msgport/messaging-protocols/xcmp.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/xcmp.html"
"msgport/messaging-protocols/overview.md": "https://msgport.ringdao.com/docs/learn/messaging-protocols/overview.html"
"evm/governance.md": "community/guide/governance.md"
"evm/glossary.md": "index.md"
"evm/wallets.md": "learn/ethereum-compatibility/overview.md"
"evm/faq.md": "learn/faq.md"
"evm/overview.md": "index.md"
"evm/chains/rollup.md": "build/getting-started/networks/overview.md"
"evm/chains/overview.md": "build/getting-started/networks/overview.md"
"evm/chains/darwinia.md": "build/getting-started/networks/darwinia.md"
"evm/chains/pangolin.md": "build/getting-started/networks/pangolin.md"
"evm/chains/crab.md": "build/getting-started/networks/crab.md"
"evm/tutorial/usdt.md": "community/guide/assethub-bridge.md"
"evm/tutorial/create-dao.md": "community/guide/create-dao.md"
"evm/tutorial/staking.md": "learn/collator-staking.md"
"evm/tutorial/multisig-wallet.md": "community/guide/multisig-wallet.md"
"evm/tutorial/chain/run-dev-node.md": "build/getting-started/networks/dev-node.md"
"evm/tutorial/chain/run-collator-node.md": "node-operators/run-collator-node.md"
"evm/tutorial/chain/snapshot.md": "node-operators/snapshot.md"
"evm/tutorial/indexer/subquery.md": "build/indexer/subquery.md"
"evm/tutorial/transfer-token.md": "community/guide/transfer-token.md"
"evm/tutorial/migration/generate-account.md": "community/guide/migration/generate-account.md"
"evm/tutorial/migration/multisig-account.md": "community/guide/migration/multisig-account.md"
"evm/tutorial/chain/run-archive-node.md": "node-operators/run-archive-node.md"
"evm/tutorial/chain/run-evm-tracing-node.md": "node-operators/run-evm-tracing-node.md"
"evm/tutorial/smart-contract/awesome-tutorial.md": "index.md"
"evm/tutorial/smart-contract/interact-with-web3js.md": "build/ethereum-tools/interact-with-web3js.md"
"evm/tutorial/smart-contract/interact-with-foundry.md": "build/ethereum-tools/interact-with-foundry.md"
"evm/tutorial/smart-contract/interact-with-ethersjs.md": "build/ethereum-tools/interact-with-ethersjs.md"
"evm/tutorial/smart-contract/verify-contract.md": "build/ethereum-tools/verify-contract.md"
"evm/tutorial/smart-contract/interact-with-hardhat.md": "build/ethereum-tools/interact-with-hardhat.md"
"evm/tutorial/chain/run-relay-chain-testnet.md": "build/getting-started/networks/dev-node.md"
"evm/ethereum-compatibility/precompiles/deposit.md": "learn/collator-staking.md"
"evm/ethereum-compatibility/precompiles/ethereum.md": "build/precompiles/ethereum.md"
"evm/ethereum-compatibility/precompiles/dispatch.md": "build/precompiles/dispatch.md"
"evm/ethereum-compatibility/precompiles/usdt.md": "build/precompiles/usdt.md"
"evm/ethereum-compatibility/precompiles/staking.md": "learn/collator-staking.md"
"evm/ethereum-compatibility/precompiles/conviction-voting.md": "build/precompiles/conviction-voting.md"
"evm/ethereum-compatibility/evm-tracing.md": "learn/ethereum-compatibility/evm-tracing.md"
"evm/ethereum-compatibility/gas.md": "learn/ethereum-compatibility/gas.md"
"evm/ethereum-compatibility/account-system.md": "learn/ethereum-compatibility/overview.md"
"evm/darwinia-staking/commitment-token.md": "learn/collator-staking.md"
"evm/darwinia-staking/staking.md": "learn/collator-staking.md"
"evm/darwinia-staking/deposit.md": "learn/collator-staking.md"
"evm/ethereum-compatibility/precompiles/overview.md": "build/precompiles/overview.md"
"evm/ethereum-compatibility/precompiles/state-storage.md": "build/precompiles/state-storage.md"
"evm/ethereum-compatibility/precompiles/commitment-token.md": "learn/collator-staking.md"
"evm/ethereum-compatibility/jsonrpc.md": "learn/ethereum-compatibility/jsonrpc.md"
"docs/en/wiki-us-tokens.md": "community/overview.md"
"docs/en/wiki-rfcs.md": "index.md"
"docs/zh-CN/crab-tut-nominator.md": "index.md"
"docs/zh-CN/wiki-tut-wormhole-e2d.md": "index.md"
"docs/en/wiki-tut-governance.md": "learn/governance.md"
"docs/zh-CN/crab-tut-get-free-cring.md": "index.md"
"docs/zh-CN/wiki-tut-wormhole-d2e.md": "index.md"
"docs/en/wiki-tut-validator.md": "index.md"
"docs/en/wiki-tut-wormhole-d2e.md": "index.md"
"docs/en/wiki-tut-nominator.md": "index.md"
"docs/en/wiki-faq.md": "index.md"
"docs/en/wiki-tut-create-account.md": "community/overview.md"
"docs/zh-CN/crab-tut-node.md": "node-operators/run-collator-node.md"
"docs/zh-CN/wiki-tut-.md": "index.md"
"docs/en/dev-tut-dvm-deposit.md": "index.md"
"docs/zh-CN/crab-tut-claim-cring.md": "index.md"
"docs/en/rfc-0001-darwinia-developement-structure.md": "index.md"
"docs/en/crab-home.md": "index.md"
"docs/en/crab-tut-get-free-cring.md": "index.md"
"docs/en/crab-tut-create-account.md": "index.md"
"docs/en/crab-tut-node.md": "index.md"
"docs/en/dev-bounty.md": "index.md"
"docs/zh-CN/crab-tut-create-account.md": "index.md"
"docs/zh-CN/wiki-tut.md": "index.md"
"docs/zh-CN/wiki-tut-create-account.md": "index.md"
"docs/en/crab-tut-nominator.md": "index.md"
"learn/stake/staking.md": "learn/collator-staking.md"
"learn/stake/deposit.md": "learn/collator-staking.md"
"learn/stake/commitment-token.md": "learn/collator-staking.md"
"learn/chains/overview.md": "build/getting-started/networks/overview.md"
"learn/chains/darwinia.md": "build/getting-started/networks/darwinia.md"
"learn/chains/crab.md": "build/getting-started/networks/crab.md"
"learn/chains/pangolin.md": "build/getting-started/networks/pangolin.md"
"learn/chains/rollup.md": "build/getting-started/networks/overview.md"
"learn/wallets.md": "build/getting-started/wallets.md"
"learn/ethereum-compatibility/precompiles/overview.md": "build/precompiles/overview.md"
"learn/ethereum-compatibility/precompiles/ethereum.md": "build/precompiles/ethereum.md"
"learn/ethereum-compatibility/precompiles/staking.md": "learn/collator-staking.md"
"learn/ethereum-compatibility/precompiles/deposit.md": "learn/collator-staking.md"
"learn/ethereum-compatibility/precompiles/commitment-token.md": "build/precompiles/commitment-token.md"
"learn/ethereum-compatibility/precompiles/usdt.md": "build/precompiles/usdt.md"
"learn/ethereum-compatibility/precompiles/state-storage.md": "build/precompiles/state-storage.md"
"learn/ethereum-compatibility/precompiles/dispatch.md": "build/precompiles/dispatch.md"
"learn/ethereum-compatibility/precompiles/conviction-voting.md": "build/precompiles/conviction-voting.md"
"build/chain/snapshot.md": "node-operators/snapshot.md"
"build/chain/run-collator-node.md": "node-operators/run-collator-node.md"
"build/chain/run-archive-node.md": "node-operators/run-archive-node.md"
"build/chain/run-evm-tracing-node.md": "node-operators/run-evm-tracing-node.md"
"build/chain/run-dev-node.md": "build/getting-started/networks/dev-node.md"
"build/getting-started/transfer-token.md": "community/guide/transfer-token.md"
"build/getting-started/networks/rollup.md": "build/getting-started/networks/overview.md"
"build/getting-started/staking.md": "learn/collator-staking.md"
"build/getting-started/governance.md": "community/guide/governance.md"
"build/getting-started/assethub-bridge.md": "community/guide/assethub-bridge.md"
"build/getting-started/multisig-wallet.md": "community/guide/multisig-wallet.md"
"build/getting-started/create-dao.md": "community/guide/create-dao.md"
"build/getting-started/migration/generate-account.md": "community/guide/migration/generate-account.md"
"build/getting-started/migration/multisig-account.md": "community/guide/migration/multisig-account.md"
"build/smart-contract/interact-with-web3js.md": "build/ethereum-tools/interact-with-web3js.md"
"build/smart-contract/interact-with-ethersjs.md": "build/ethereum-tools/interact-with-ethersjs.md"
"build/smart-contract/interact-with-hardhat.md": "build/ethereum-tools/interact-with-hardhat.md"
"build/smart-contract/interact-with-foundry.md": "build/ethereum-tools/interact-with-foundry.md"
"build/smart-contract/verify-contract.md": "build/ethereum-tools/verify-contract.md"
"builder/solidity-sdk/constants.md": "index.md"
"builder/solidity-sdk/guides/dispatch-remote-substrate-call.md": "index.md"
"build/precompiles/staking.md": "learn/collator-staking.md"
"build/precompiles/deposit.md": "learn/collator-staking.md"
"community/ringdao.md": "community/orgs/ringdao.md"
"community/dcdao.md": "community/orgs/dcdao.md"
"community/ktondao.md": "community/orgs/ktondao.md"
"community/collaboration.md": "community/overview.md"
"developers/dev-bounty.md": "community/overview.md"
"get-started/wiki-pangolin-testnet.md": "build/getting-started/networks/pangolin.md"
"understand-darwinia/wiki-us-tokens.md": "index.md"
"tutorials/quick-start-account.md": "index.md"
"sdk/guides/execute-remote-smart-contract-call.md": "index.md"
"en.md": "index.md"
"en/dev-substrate.md": "index.md"
"blog/2020/03/31/darwinia-progress-updates-2020-q1-en.md": "index.md"
"blog/2020/06/24/darwinia-updates-6.md": "index.md"
"relayer/fee-market.md": "index.md"
"blog.md": "index.md"
"ecosystem.md": "community/overview.md"
"ring.md": "community/orgs/ringdao.md"
"?ref=parachains-info.md": "index.md"
nav:
- Learn:
- What is Darwinia?: "index.md"
- Governance: "learn/governance.md"
- Ethereum Compatibility:
- Overview: "learn/ethereum-compatibility/overview.md"
- JSON-RPC APIs: "learn/ethereum-compatibility/jsonrpc.md"
- Substrate Or Ethereum Account: "learn/ethereum-compatibility/account-system.md"
- Gas: "learn/ethereum-compatibility/gas.md"
- EVM Tracing: "learn/ethereum-compatibility/evm-tracing.md"
- Collator Staking: "learn/collator-staking.md"
- FAQ: "learn/faq.md"
- Developers:
- Getting Started:
- Networks:
- Overview: "build/getting-started/networks/overview.md"
- Darwinia: "build/getting-started/networks/darwinia.md"
- Crab: "build/getting-started/networks/crab.md"
- Koi (Testnet): "build/getting-started/networks/koi.md"
- Pangolin: "build/getting-started/networks/pangolin.md"
- Development Node: "build/getting-started/networks/dev-node.md"
- Wallets: "build/getting-started/wallets.md"
- Development Tools:
- Ethereum Tools:
- Using Web3.js: "build/ethereum-tools/interact-with-web3js.md"
- Using Ethers.js: "build/ethereum-tools/interact-with-ethersjs.md"
- Using Hardhat: "build/ethereum-tools/interact-with-hardhat.md"
- Using Foundry: "build/ethereum-tools/interact-with-foundry.md"
- Verifying Smart Contracts: "build/ethereum-tools/verify-contract.md"
- Indexing Services:
- Using SubQuery: "build/indexer/subquery.md"
- Using Envio: "build/indexer/envio.md"
- Precompiled Contracts:
- Overview: "build/precompiles/overview.md"
- Asset:
- KTON: "build/precompiles/commitment-token.md"
- PINK: "build/precompiles/pink.md"
- USDT: "build/precompiles/usdt.md"
- Governance:
- Conviction Voting: "build/precompiles/conviction-voting.md"
- Utility:
- Ethereum Mainnet: "build/precompiles/ethereum.md"
- State Storage: "build/precompiles/state-storage.md"
- Dispatch: "build/precompiles/dispatch.md"
- Network Operators:
- Database Snapshot: "node-operators/snapshot.md"
- Running a Collator Node: "node-operators/run-collator-node.md"
- Running an Archive Node: "node-operators/run-archive-node.md"
- Running an EVM Tracing Node: "node-operators/run-evm-tracing-node.md"
- Community:
- Overview: "community/overview.md"
- Community Organizations:
- RingDAO: "community/orgs/ringdao.md"
- DCDAO: "community//orgs/dcdao.md"
- KtonDAO: "community//orgs/ktondao.md"
- Community Guide:
- Accounts:
- How to Create a Multisig: "community/guide/multisig-wallet.md"
- Darwinia 1.0 Migration:
- Migrate Generate Account: "community/guide/migration/generate-account.md"
- Migrate Multisig Account: "community/guide/migration/multisig-account.md"
- Token Transfer:
- Transfer Native Token: "community/guide/transfer-token.md"
- Transfer AssetHub Token: "community/guide/assethub-bridge.md"
- Governance:
- How to submit a Proposal: "community/guide/governance.md"
- Creating a DAO: "community/guide/create-dao.md"