forked from bnb-chain/bnb-chain.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
468 lines (453 loc) · 25.8 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
# Project information
site_name: Documentation
site_url: https://docs.bnbchain.org
site_author: BNB Chain
site_description: >-
BNB Chain is a leading blockchain ecosystem designed to support the growing demands of the decentralized web (Web3).
# Repository
repo_name: BNB Chain GitHub
repo_url: https://github.com/bnb-chain/bnb-chain.github.io
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/logo.svg
favicon: assets/bnb.svg
custom_dir: overrides
language: en
icon:
repo: fontawesome/brands/github
share: octicons/share-android-24
palette:
- scheme: slate
primary: custom
accent: custom
toggle:
icon: octicons/sun-24
name: Switch to light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: octicons/moon-24
name: Switch to dark mode
features:
# - announce.dismiss
- search.suggest
- search.highlight
- search.share
- navigation.instant
# - navigation.instant.progress
- navigation.tracking
- navigation.integration
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
# - navigation.expand
- navigation.prune
- navigation.path
- navigation.top
- navigation.footer
- toc.follow
- content.code.copy
- content.action.edit
- content.tooltips
# - content.action.view
# Page tree
nav:
- Home: index.md
- Announcements:
- Announcements: ./announce/index.md
- Upcoming:
- Haber Hardfork(BSC): ./announce/haber-bsc.md
- Haber Hardfork(opBNB): ./announce/haber-opbnb.md
- Second Sunset Hardfork(BC testnet): ./announce/second-sunset-bc-testnet.md
- Veld Hardfork(Greenfield): ./announce/veld-greenfield.md
- Passed:
- Feynman Hardfork(BSC): ./announce/feynman-bsc.md
- Erdos Hardfork(Greenfield): ./announce/erdos-greenfield.md
- BNB Chain Fusion:
- BNB Chain Fusion: ./bc-fusion/index.md
- Overview: ./bc-fusion/overview.md
- For Users:
- Manage Your Assets: ./bc-fusion/users/assets.md
- Manage Your Atomic Swaps: ./bc-fusion/users/swaps.md
- Manage Your TimeLocks: ./bc-fusion/users/timelocks.md
- Manage Your Old Delegations: ./bc-fusion/users/stake-migration.md
- BEP153 and LSD Stake Migration: ./bc-fusion/users/bep153-stake-migration.md
- Manage Your New Delegations: ./bc-fusion/users/new-stake.md
- Participate in Governance: ./bc-fusion/users/gov.md
- For Token Issuers:
- Bind Your Tokens: ./bc-fusion/owners/bind.md
- For Validators:
- Create New Validators: ./bc-fusion/validators/creation.md
- Migrate Your Validators: ./bc-fusion/validators/migrations.md
- Key Management: ./bc-fusion/validators/key-management.md
- For Developers:
- New Staking: ./bc-fusion/developers/staking.md
- New Governance: ./bc-fusion/developers/gov.md
- Cross Chain Redelegation: ./bc-fusion/developers/crosschain-redelegation.md
- Build-in System Contracts: ./bc-fusion/developers/system-contracts.md
- Native Staking & Governance:
- Staking: ./bc-fusion/validators/staking.md
- Slash: ./bc-fusion/validators/slash.md
- Governance: ./bc-fusion/validators/gov.md
- BNB Smart Chain:
- BNB Smart Chain: ./bnb-smart-chain/index.md
- Overview: ./bnb-smart-chain/overview.md
- Developers:
- Overview: ./bnb-smart-chain/developers/overview.md
- Ecosystem: https://www.bnbchain.org/en/dev-tools
- RPC: ./bnb-smart-chain/developers/rpc.md
- Faucet: ./bnb-smart-chain/developers/faucet.md
- Node Operators:
- Node Best Practices: ./bnb-smart-chain/developers/node_operators/node_best_practices.md
- Full Node: ./bnb-smart-chain/developers/node_operators/full_node.md
- Archive Node: ./bnb-smart-chain/developers/node_operators/archive_node.md
- Fast Node: ./bnb-smart-chain/developers/node_operators/fast_node.md
- Boot Node: ./bnb-smart-chain/developers/node_operators/boot_node.md
- Separate Node: ./bnb-smart-chain/developers/node_operators/separate_node.md
- Docker Image: ./bnb-smart-chain/developers/node_operators/docker.md
- Upgrade Geth: ./bnb-smart-chain/developers/node_operators/upgrade_geth.md
- Verify Node: ./bnb-smart-chain/developers/node_operators/verify_node.md
- Node Maintenance: ./bnb-smart-chain/developers/node_operators/node_maintenance.md
- Staking:
- Overview: ./bnb-smart-chain/staking/overview.md
- User Guide: ./bnb-smart-chain/staking/user-guide.md
- Build Staking dApps: ./bnb-smart-chain/staking/developer-guide.md
- Governance:
- Overview: ./bnb-smart-chain/governance/overview.md
- User Guide: ./bnb-smart-chain/governance/user-guide.md
- Governance APIs: ./bnb-smart-chain/governance/apis.md
- Validator:
- Overview: ./bnb-smart-chain/validator/overview.md
- Run Validator: ./bnb-smart-chain/validator/run-val.md
- Create Validator: ./bnb-smart-chain/validator/create-val.md
- Secure Validator: ./bnb-smart-chain/validator/security.md
- Key Management: ./bnb-smart-chain/validator/manage-keys.md
- MEV:
- Overview: ./bnb-smart-chain/validator/mev/index.md
- Validator Guide: ./bnb-smart-chain/validator/mev/validator-integration.md
- Builder Guide: ./bnb-smart-chain/validator/mev/builder-integration.md
- FAQs: ./bnb-smart-chain/validator/mev/faqs.md
- Slashing:
- Overview: ./bnb-smart-chain/slashing/overview.md
- Slash Rules: ./bnb-smart-chain/slashing/slash-rules.md
- Slash Monitor: ./bnb-smart-chain/slashing/monitor.md
- opBNB:
- opBNB: ./bnb-opbnb/index.md
- Overview: ./bnb-opbnb/overview.md
- Get Started:
- Network Information: ./bnb-opbnb/get-started/network-info.md
- Wallet Configuration: ./bnb-opbnb/get-started/wallet-configuration.md
- Deposit to opBNB: ./bnb-opbnb/get-started/deposit-to-opbnb.md
- Withdraw from opBNB: ./bnb-opbnb/get-started/withdraw-from-opbnb.md
- Core Concepts:
- Why BSC Requires opBNB: ./bnb-opbnb/core-concepts/why-bsc-requires-opbnb.md
- Why OP Stack: ./bnb-opbnb/core-concepts/why-opstack.md
- Optimizations on OP Stack: ./bnb-opbnb/core-concepts/optimisations-on-opstack.md
- Metrics: ./bnb-opbnb/core-concepts/opbnb-metrics.md
- Gas and Fees: ./bnb-opbnb/core-concepts/gas-and-fees.md
- Account Abstraction: ./bnb-opbnb/core-concepts/account-abstraction-on-opbnb.md
- Protocol Addresses: ./bnb-opbnb/core-concepts/opbnb-protocol-addresses.md
- BNBChain Rollup as Service: ./bnb-opbnb/core-concepts/raas.md
- Developers:
- Developer Tools: ./bnb-opbnb/developers/developer-tools.md
- Network Faucet: ./bnb-opbnb/developers/network-faucet.md
- Wallet Gas Price Setting: ./bnb-opbnb/developers/set-gas-price.md
- Multi-sig Wallet: ./bnb-opbnb/developers/multisig-wallet.md
- BEP20 CrossChain Introduction: ./bnb-opbnb/developers/bep20-crosschain.md
- Geth P2P Sync Feature: ./bnb-opbnb/developers/geth-sync.md
- Developers Cheat Sheet: ./bnb-opbnb/developers/cheat-sheet.md
- Advanced Topics:
- Local Development: ./bnb-opbnb/advanced/local-dev-env.md
- Build a Full Stack dApp on opBNB: ./bnb-opbnb/advanced/full-stack-dapp.md
- Verify Smart Contract on opBNBScan explorer: ./bnb-opbnb/advanced/verify-on-opbnbscan.md
- Node Best Practices: ./bnb-opbnb/advanced/node-best-practices.md
- Local Node: ./bnb-opbnb/advanced/local-node.md
- Run with PebbleDB and PBSS: ./bnb-opbnb/advanced/run-with-pebbledb-and-pbss.md
- FAQs:
- Protocol FAQs: ./bnb-opbnb/faq/protocol-faqs.md
- Gas and Fees FAQs: ./bnb-opbnb/faq/gas-and-fees-faqs.md
- opBNB Bridge FAQs: ./bnb-opbnb/faq/opbnb-bridge-faqs.md
- Cross Chain FAQs: ./bnb-opbnb/faq/cross-chain-faqs.md
- Build on opBNB FAQs: ./bnb-opbnb/faq/build-on-opbnb-faqs.md
- BNB Greenfield:
- BNB Greenfield : ./bnb-greenfield/index.md
- Overview: ./bnb-greenfield/introduction.md
- Get Started:
- Wallet Configuration: ./bnb-greenfield/getting-started/wallet-configuration.md
- Bridge and Transfer BNB: ./bnb-greenfield/getting-started/token-transfer.md
- Use Greenfield in Dcellar: ./bnb-greenfield/getting-started/dcellar.md
- Greenfield Command: ./bnb-greenfield/getting-started/greenfield-command.md
- Faucet: ./bnb-greenfield/getting-started/get-test-bnb.md
- General FAQ: ./bnb-greenfield/getting-started/general-faqs.md
- Core Concepts:
- Accounts and Keys: ./bnb-greenfield/core-concept/accounts.md
- BNB Token Model: ./bnb-greenfield/core-concept/bnb-token-model.md
- Billing and Payment: ./bnb-greenfield/core-concept/billing-payment.md
- Data Storage:
- Simple Storage Service: ./bnb-greenfield/core-concept/data-storage/simple-storage-service.md
- Underlying Storage Model: ./bnb-greenfield/core-concept/data-storage/data-storage.md
- Data Integrity and Availability: ./bnb-greenfield/core-concept/data-storage/data-availability.md
- Cross-Chain Programmability:
- Cross-Chain Programmability: ./bnb-greenfield/core-concept/cross-chain/programmability.md
- Resource Mirroring: ./bnb-greenfield/core-concept/cross-chain/mirror.md
- Smart Contract SDK: ./bnb-greenfield/core-concept/cross-chain/sdk.md
- Primitive Interfaces: ./bnb-greenfield/core-concept/cross-chain/interface.md
- For Developers:
- Quick Guide: ./bnb-greenfield/for-developers/get-started-dev.md
- Network & Endpoint:
- Network Info: ./bnb-greenfield/for-developers/network-endpoint/network-info.md
- RPC Endpoints: ./bnb-greenfield/for-developers/network-endpoint/endpoints.md
- Contract Entrypoint: ./bnb-greenfield/for-developers/network-endpoint/contract-list.md
- Bundle Service: ./bnb-greenfield/for-developers/bundle-service.md
- Tutorials:
- Overview: ./bnb-greenfield/for-developers/tutorials/overview.md
- Basic File Management with CLI: ./bnb-greenfield/for-developers/tutorials/file-management-overview.md
- How to transition from S3 to Greenfield: ./bnb-greenfield/for-developers/tutorials/transitioning-from-s3-to-greenfield.md
- Hosting a Website on Greenfield: ./bnb-greenfield/for-developers/tutorials/hosting-websites-overview.md
- Access Control:
- Access Control Management with CLI: ./bnb-greenfield/for-developers/tutorials/access-control/cmd-access-control.md
- Cross Chain Access Control by CMD: ./bnb-greenfield/for-developers/tutorials/access-control/cross-chain-access-control-by-cmd.md
- Native Access Control: ./bnb-greenfield/for-developers/tutorials/access-control/access-control.md
- Cross Chain Access Control by SDK: ./bnb-greenfield/for-developers/tutorials/access-control/cross-chain-access-control-by-sdk.md
- Cross Chain Integration:
- Resources Mirroring with CLI: ./bnb-greenfield/for-developers/tutorials/cross-chain-integration/mirror.md
- Integrating BSC Smart Contracts with Greenfield Projects: ./bnb-greenfield/for-developers/tutorials/cross-chain-integration/dapp-integration.md
- Mirroring FAQ: ./bnb-greenfield/for-developers/tutorials/cross-chain-integration/mirroring-faqs.md
- Sample Apps on Greenfield:
- Overview: ./bnb-greenfield/for-developers/tutorials/app/overview.md
- Data Marketplace: ./bnb-greenfield/for-developers/tutorials/app/data-marketplace.md
- File Management:
- Simple Tool for File Management: ./bnb-greenfield/for-developers/tutorials/app/file-management/basic-file-management.md
- Simple Tool for File Management (JS): ./bnb-greenfield/for-developers/tutorials/app/file-management/js-file-managemet.md
- Dataset Batch operations: ./bnb-greenfield/for-developers/tutorials/app/file-management/batch-upload.md
- Resumable Upload/Download Demo: ./bnb-greenfield/for-developers/tutorials/app/file-management/resumable-upload/overview.md
- SDKs:
- Overview: ./bnb-greenfield/for-developers/sdks/index.md
- Go SDK Example: ./bnb-greenfield/for-developers/sdks/sdk-go.md
- Javascript SDK Example: ./bnb-greenfield/for-developers/sdks/sdk-js.md
- Go SDK Official Doc: https://pkg.go.dev/github.com/bnb-chain/greenfield-go-sdk
- JS SDK Official Doc: https://docs.bnbchain.org/greenfield-js-sdk/
- How to Contribute: ./bnb-greenfield/for-developers/contribute.md
- Greenfield Blockchain:
- Overview: ./bnb-greenfield/greenfield-blockchain/overview.md
- Blockchain Command Line: ./bnb-greenfield/greenfield-blockchain/gnfd-cli.md
- Blockchain Events: ./bnb-greenfield/greenfield-blockchain/events.md
- Interact with the Chain : ./bnb-greenfield/greenfield-blockchain/interact-node.md
- Run Greenfield Blockchain:
- Run Node : ./bnb-greenfield/greenfield-blockchain/run-node/run-node.md
- Run Relayer : ./bnb-greenfield/greenfield-blockchain/run-node/run-relayer.md
- Run Challenger : ./bnb-greenfield/greenfield-blockchain/run-node/run-challenger.md
- Become Validator : ./bnb-greenfield/greenfield-blockchain/run-node/become-validator.md
- Storage Provider:
- Overview: ./bnb-greenfield/storage-provider/overview.md
- Storage Provider Lifecycle: ./bnb-greenfield/storage-provider/storage-provider-lifecycle.md
- SP Command Line: ./bnb-greenfield/storage-provider/sp-cli.md
- SP Workflow: ./bnb-greenfield/storage-provider/workflow.md
- Data Service Quality Standard : ./bnb-greenfield/storage-provider/standard.md
- Run Storage Provider:
- SP Compiling and Dependencies: ./bnb-greenfield/storage-provider/run-book/compile-dependences.md
- Run Local SP Network: ./bnb-greenfield/storage-provider/run-book/run-local-SP-network.md
- Run SP Node: ./bnb-greenfield/storage-provider/run-book/run-SP-node.md
- Join SP Network: ./bnb-greenfield/storage-provider/run-book/join-SP-network.md
- Exit SP Network: ./bnb-greenfield/storage-provider/run-book/exit-SP-network.md
- Deploy Piece Store: ./bnb-greenfield/storage-provider/run-book/piece-store.md
- SP Config: ./bnb-greenfield/storage-provider/run-book/config.md
- SP Common Issues: ./bnb-greenfield/storage-provider/run-book/common-issues.md
- SP FAQ: ./bnb-greenfield/storage-provider/run-book/sp-faqs.md
- Releases:
- Release Notes: ./bnb-greenfield/release-notes/releaseNotes.md
- Roadmap: ./bnb-greenfield/release-notes/roadmap.md
- Feature Lists: ./bnb-greenfield/release-notes/features.md
- Whitepaper: https://github.com/bnb-chain/greenfield-whitepaper
- zkBNB:
- zkBNB: ./zkbnb/index.md
- Overview: ./zkbnb/overview.md
- Core Concepts:
- Overview: ./zkbnb/core-concept/overview.md
- Architecture: ./zkbnb/core-concept/zkbnb-arch.md
- Resources: ./zkbnb/resources.md
markdown_extensions:
- toc:
permalink: true
permalink_title: Link to this section
toc_depth: 4
- codehilite
- admonition
- footnotes
- def_list
- attr_list
- abbr
- meta
- smarty
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.keys
- pymdownx.details
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.tilde
- pymdownx.mark
- pymdownx.extra
plugins:
- search
- mkdocs-video
- redirects:
redirect_maps:
'docs.md': 'bnb-smart-chain/index.md'
'docs/bcfusion/overview.md': 'bc-fusion/overview.md'
'docs/bcfusion/users/stake-migration.md': 'bc-fusion/users/stake-migration.md'
'docs/bcfusion/users/assets.md': 'bc-fusion/users/assets.md'
'docs/bcfusion/users/swaps.md': 'bc-fusion/users/swaps.md'
'docs/bcfusion/users/timelocks.md': 'bc-fusion/users/timelocks.md'
'docs/bcfusion/users/bep153-stake-migration.md': 'bc-fusion/users/bep153-stake-migration.md'
'docs/bcfusion/users/new-stake.md': 'bc-fusion/users/new-stake.md'
'docs/bcfusion/users/gov.md': 'bc-fusion/users/gov.md'
'docs/bcfusion/owners/bind.md': 'bc-fusion/owners/bind.md'
'docs/bsc-faucet.md': 'bnb-smart-chain/developers/faucet.md'
'docs/validator/fullnode.md': 'bnb-smart-chain/developers/node_operators/full_node.md'
'docs/rpc.md': 'bnb-smart-chain/developers/rpc.md'
'docs/learn.md': 'bnb-smart-chain/overview.md'
'docs/learn/intro.md': 'index.md'
'docs/learn/beaconIntro.md': 'bc-fusion/index.md'
'docs/learn/beaconIntro/beaconchain/learn/architecture.md': 'bc-fusion/index.md'
'docs/learn/consensus.md': 'bnb-smart-chain/staking/overview.md'
'docs/learn/cross-chain.md': 'bc-fusion/index.md'
'docs/learn/system-contract.md': 'bc-fusion/developers/system-contracts.md'
'docs/learn/bsc-relayer.md': 'bc-fusion/index.md'
'docs/learn/incentives.md': 'bc-fusion/index.md'
'docs/learn/oracle-module.md': 'bc-fusion/index.md'
'docs/learn/oracle-relayer.md': 'bc-fusion/index.md'
'docs/learn/cross-chain-api.md': 'bc-fusion/index.md'
'docs/learn/bsc-gov.md': 'bnb-smart-chain/developers/rpc.md'
'docs/validator/overview.md': 'bnb-smart-chain/validator/overview.md'
'docs/chainide.md': 'bnb-smart-chain/overview.md'
'docs/create-wallet.md': 'bnb-smart-chain/overview.md'
'docs/more-help.md': 'bnb-smart-chain/overview.md'
'docs/api-reference/node-rpc.md': 'bnb-smart-chain/developers/rpc.md'
'docs/dapp-dev/web3js-tutorial.md': 'bnb-smart-chain/overview.md'
'docs/wallet_api.md': 'bc-fusion/index.md'
'bc-start.md': 'bc-fusion/index.md'
'docs/beaconchain/blockchain.md': 'bc-fusion/index.md'
'docs/dev-tools.md': 'bnb-smart-chain/overview.md'
'docs/beaconchain/learn/bsc-gov.md': 'bnb-smart-chain/governance/overview.md'
'docs/beaconchain/learn/assets.md': 'bc-fusion/index.md'
'docs/parameters.md': 'bnb-smart-chain/overview.md'
'docs/getting-started.md': 'bnb-smart-chain/overview.md'
'docs/bnb-chain-wallet.md': 'bnb-smart-chain/overview.md'
'docs/manual.md': 'bnb-smart-chain/overview.md'
'docs/add-account.md': 'bc-fusion/index.md'
'docs/staking-with-ext-wallet.md': 'bnb-smart-chain/staking/user-guide.md'
'docs/learn/ecosystem.md': 'bnb-smart-chain/overview.md'
'docs/BSCmainnet.md': 'bnb-smart-chain/developers/rpc.md'
'docs/BSCtestnet.md': 'bnb-smart-chain/developers/rpc.md'
'docs/BSCexplorers.md': 'bnb-smart-chain/overview.md'
'docs/validator/best-practice.md': 'bnb-smart-chain/validator/security.md'
'docs/BSC-fast-node.md': 'bnb-smart-chain/developers/node_operators/fast_node.md'
'docs/archivenode.md': 'bnb-smart-chain/developers/node_operators/archive_node.md'
'docs/BSC-separate-node.md': 'bnb-smart-chain/developers/node_operators/separate_node.md'
'docs/BSC-verify-node.md': 'bnb-smart-chain/developers/node_operators/verify_node.md'
'docs/learn/cross-chain-bridges.md': 'bnb-smart-chain/overview.md'
'docs/validator/create-val.md': 'bnb-smart-chain/validator/create-val.md'
'docs/validator/run-val.md': 'bnb-smart-chain/validator/run-val.md'
'docs/mev/overview.md': 'bnb-smart-chain/validator/mev/index.md'
'docs/mev/validator-integration.md': 'bnb-smart-chain/validator/mev/validator-integration.md'
'docs/mev/builder-integration.md': 'bnb-smart-chain/validator/mev/builder-integration.md'
'docs/mev/faqs.md': 'bnb-smart-chain/validator/mev/faqs.md'
'docs/stake/Staking.md': 'bnb-smart-chain/staking/overview.md'
'docs/stake/cli-commands.md': 'bnb-smart-chain/staking/overview.md'
'docs/wallet/staking.md': 'bnb-smart-chain/staking/overview.md'
'docs/validator/Penalty-overview.md': 'bnb-smart-chain/slashing/overview.md'
'docs/validator/unjail.md': 'bnb-smart-chain/slashing/overview.md'
'docs/validator/slash-fee.md': 'bnb-smart-chain/slashing/overview.md'
'docs/validator/send-slash-evidence.md': 'bnb-smart-chain/slashing/overview.md'
'docs/migration/non-evm-chains/solana/architecture-comparison.md': 'bnb-smart-chain/overview.md'
'docs/migration/non-evm-chains/solana/token-migration.md': 'bnb-smart-chain/overview.md'
'docs/migration/evm-chains/chain-comparison.md': 'bnb-smart-chain/overview.md'
'docs/migration/evm-chains/token-comparison.md': 'bnb-smart-chain/overview.md'
'docs/migration/evm-chains/token-migration.md': 'bnb-smart-chain/overview.md'
'docs/beaconchain/bc-tutorials.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/accounts.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/escrow-accounts.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/breathe-block.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/transactions.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/genesis.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/signature.md': 'bc-fusion/index.md'
'docs/beaconchain/learn/BEP8.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/rpc.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/install.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/join-mainnet.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/join-testnet.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/synctypes.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/extra-info.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/nodetypes.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/upgrade.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/localnetwork.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/node/fullnodeissue.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/cli.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/bcsdk.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/testnetandexplorer.md': 'bc-fusion/index.md'
'docs/beaconchain/light-client.md': 'bc-fusion/index.md'
'docs/beaconchain/tokens.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/dex-api/block-service.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/dex-api/paths.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/dex-api/paths-testnet.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/dex-api/staking.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/dex-api/ws-connection.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/dex-api/ws-streams.md': 'bc-fusion/index.md'
'docs/beaconchain/develop/api-reference/node-rpc.md': 'bc-fusion/index.md'
'docs/bcfusion/validators/migrations.md': 'bc-fusion/validators/migrations.md'
'docs/bcfusion/validators/creation.md': 'bc-fusion/validators/creation.md'
'docs/bcfusion/validators/key-management.md': 'bc-fusion/validators/key-management.md'
'docs/bcfusion/developers/staking.md': 'bnb-smart-chain/staking/overview.md'
'docs/bcfusion/developers/gov.md': 'bnb-smart-chain/governance/overview.md'
'docs/bcfusion/developers/crosschain-redelegation.md': 'bc-fusion/users/stake-migration.md'
'docs/bcfusion/developers/system-contracts.md': 'bc-fusion/developers/system-contracts.md'
'docs/bcfusion/validators/staking.md': 'bc-fusion/validators/staking.md'
'docs/bcfusion/validators/slash.md': 'bc-fusion/validators/slash.md'
'docs/bcfusion/validators/gov.md': 'bc-fusion/validators/gov.md'
'docs/BSC-FAQs-general.md': 'bnb-smart-chain/overview.md'
'docs/BSC-FAQs-tokens.md': 'bnb-smart-chain/overview.md'
'docs/BSC-FAQs-validator.md': 'bnb-smart-chain/overview.md'
'docs/BSC-FAQs-delegator.md': 'bnb-smart-chain/overview.md'
'docs/cross.md': 'bc-fusion/index.md'
extra_css:
- https://fonts.googleapis.com/css2?family=Space+Grotesk:[email protected]&display=swap
- assets/style/index.css
- assets/style/components/banner.css
- assets/style/components/nav.css
- assets/style/components/sidebar.css
- assets/style/components/content.css
- assets/style/components/footer-nav.css
- assets/style/components/footer.css
- https://unpkg.com/[email protected]/dist/katex.min.css
extra_javascript:
- assets/js/mathjax.js
- https://unpkg.com/[email protected]/es5/tex-mml-chtml.js
- https://unpkg.com/[email protected]/dist/katex.min.js
- https://unpkg.com/[email protected]/dist/contrib/auto-render.min.js
extra:
generator: false
homepage: https://www.bnbchain.org
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.