forked from jtomtan/docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
238 lines (231 loc) · 11.2 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
site_name: Binance Chain Docs
site_description: Binance Chain Technology Documentation
site_author: Binance Chain Community
repo_url: https://github.com/binance-chain/
edit_uri: ""
use_directory_urls: false
theme:
name: 'material'
include_search_page: true
search_index_only: true
font:
text: Roboto
code: Roboto Mono
palette:
primary: 'yellow'
accent: 'grey'
logo:
icon: 'build'
feature:
tabs: true
extra_css:
- stylesheets/dark_theme.css
- stylesheets/codehilite.css
nav:
- Home: index.md
- Binance Smart Chain:
- Introduction: smart-chain/guides/bsc-intro.md
- Concepts:
- Consensus: smart-chain/guides/concepts/consensus.md
- Genesis File: smart-chain/guides/concepts/genesis.md
- BC & BSC Cross-chain Communication:
- Architecture: smart-chain/guides/concepts/cross-chain.md
- Built-in System Contracts: smart-chain/guides/concepts/system-contract.md
- Oracle Module: smart-chain/guides/concepts/oracle-module.md
- BSC Relayer: smart-chain/guides/concepts/bsc-relayer.md
- Relayer Incentives: smart-chain/guides/concepts/incentives.md
- Oracle Relayer: smart-chain/guides/concepts/oracle-relayer.md
- Cross-chain Token Transfer Guide: smart-chain/developer/cross-chain-transfer.md
- Governance: smart-chain/guides/concepts/bsc-gov.md
- Ecosystem: https://github.com/binance-chain/bsc-ecosystem
- Staking:
- Validator:
- Overview: smart-chain/validator/overview.md
- Validator Guides: smart-chain/validator/guideline.md
- Validator Security: smart-chain/validator/security.md
- Best Pratices: smart-chain/validator/best-practice.md
- Testnet : smart-chain/validator/testnet.md
- Delegator Guide: smart-chain/delegator/del-guide.md
- Slashing: guides/concepts/bc-slashing.md
- Binance Smart Chain Explorers:
- Mainnet Explorers: smart-chain/developer/BSC-mainnet-explorers.md
- Testnet Explorers: smart-chain/developer/BSC-testnet-explorers.md
- Cross-Chain Suport: smart-chain/guides/cross-chain.md
- Wallet: smart-chain/wallet.md
- Binance Chain:
- Introduction: guides/intro.md
- Create Address: guides/create-address.md
- Binance DEX Trading: guides/trading-interface.md
- Chain Explorer Mainnet: https://explorer.binance.org
- Binance Chain Testnet: guides/testnet.md
- Chain Explorer Testnet: https://testnet-explorer.binance.org
- Concepts:
- Blockchain Concepts:
- Architecture: guides/concepts/architecture.md
- Accounts: guides/concepts/accounts.md
- Assets: guides/concepts/assets.md
- Transaction: guides/concepts/transaction.md
- Genesis File: guides/concepts/genesis.md
- Signature: guides/concepts/signature.md
- Encoding:
- Encoding: guides/concepts/encoding/encoding.md
- Amino Encoding: guides/concepts/encoding/amino-example.md
- Binance Chain and DEX:
- Fees: guides/concepts/fees.md
- Binance Chain Governance: governance.md
- Binance DEX Match Engine Design:
- Trading Spec: trading-spec.md
- Match Engine: match.md
- Match examples: match-examples.md
- Binance Chain Evolution Proposal: https://github.com/binance-chain/BEPs/blob/master/BEP1.md
- Threshold Signature Scheme: guides/concepts/threshold-signature-scheme.md
- Atomic Swap: atomic-swap.md
- WalletConnect: guides/concepts/walletconnect.md
- BEP8 Token Protocol: guides/concepts/BEP8.md
- Exchange Integration: exchange-integration.md
- List Instructions: list_instruction.md
- BSC Developers:
- Tools: smart-chain/developer/dev-tools.md
- Ecosystem: https://github.com/binance-chain/bsc-develop-ecosystem
- Deploy:
- Remix: smart-chain/developer/deploy/remix.md
- Truffle: smart-chain/developer/deploy/truffle-new.md
- HardHat: smart-chain/developer/deploy/hardhat-new.md
- Deploy NFT: smart-chain/developer/ERC721.md
- Local BSC Network: smart-chain/developer/deploy/local.md
- Verify Contract on BscSCAN: smart-chain/developer/deploy/verify.md
- Proxy Contracts:
- Upgradable BEP20 Proxy Contracts: smart-chain/developer/upgrade/proxy.md
- Verify Proxy Contracts: smart-chain/developer/upgrade/verify-proxy.md
- BEP20 Tokens:
- Introduction: smart-chain/developer/BEP20.md
- Issue BEP20 Tokens: smart-chain/developer/issue-BEP20.md
- Bind Token:
- Introduction: smart-chain/developer/bind/tokens-cross-chain.md
- Bind Token: smart-chain/developer/bind/bind-tokens.md
- Mirror Token: smart-chain/developer/bind/mirror.md
- Circulation Model: smart-chain/developer/circulation-model.md
- Sync Token Supply: smart-chain/developer/bind/sync.md
- Cross-chain Transfer: smart-chain/developer/cross-chain-transfer.md
- Running Fullnode:
- Binance Smart Chain Fullnode: smart-chain/developer/fullnode.md
- Chaindata Snapshot: smart-chain/developer/snapshot.md
- RPC: smart-chain/developer/rpc.md
- Oracles for Querying Token Price:
- Band Protocol Price Feed: smart-chain/developer/oracle/band.md
- Chainlink Protocol Price Feed: smart-chain/developer/oracle/link.md
- Wallet:
- Wallet Guide: smart-chain/wallet.md
- Wallet Key Management: smart-chain/developer/create-wallet.md
- Binance Chain Extension Wallet API: smart-chain/wallet/wallet_api.md
- Math Wallet Cross-chain Transfer Tool: http://blog.mathwallet.org/?p=2052
- Arkane Wallet Integration for DApps: smart-chain/wallet/arkane-developer.md
- Gnosis: smart-chain/developer/gnosis.md
- BUIDL Program: https://www.binance.com/en/blog/421499824684900972/Bridging-DeFi-and-CeFi-Introducing-a-$100M-Support-Fund-for-DeFi-Projects-on-Binance-Smart-Chain
- BC Developers:
- Binance Chain Fullnode:
- Install: guides/node/install.md
- Join Mainnet: guides/node/join-mainnet.md
- Join Testnet: guides/node/join-testnet.md
- Diffferet Syncing Modes: guides/node/synctypes.md
- Get Extra Details from Your Fullnode: guides/node/extra-info.md
- Different Fullnodes in network: guides/node/nodetypes.md
- Upgrade: guides/node/upgrade.md
- Local Network: guides/node/localnetwork.md
- Common Issues: fullnodeissue.md
- Staking: api-reference/dex-api/staking.md
- Snapshot: guides/node/snapshot.md
- Binance Chain Client: api-reference/cli.md
- Light Client: light-client.md
- Simple API Server: api-reference/api-server.md
- Binance Chain SDK:
- GoLang: https://github.com/binance-chain/go-sdk/wiki
- JavaScript: https://github.com/binance-chain/javascript-sdk/wiki
- Python: https://github.com/binance-chain/python-sdk
- Java: https://github.com/binance-chain/java-sdk/wiki
- Swift: https://github.com/binance-chain/swift-sdk/blob/master/README.md
- C++: https://github.com/binance-chain/cplusplus-sdk/wiki
- C#: https://github.com/binance-chain/csharp-sdk
- Binance Chain Testnet: https://testnet.binance.org
- Chain Explorer Testnet: https://testnet-explorer.binance.org
- Binance Chain API Reference:
- Accelerated Node HTTP API Mainnet - Paths and Models: api-reference/dex-api/paths.md
- New Accelerated Node HTTP API Mainnet: api-reference/dex-api/block-service.md
- Accelerated Node HTTP API Swagger: api-swagger/index.html
- Accelerated Node HTTP API Testnet- Paths and Models: api-reference/dex-api/paths-testnet.md
- WebSockets - Connecting: api-reference/dex-api/ws-connection.md
- WebSockets - Streams: api-reference/dex-api/ws-streams.md
- Node RPC - Paths and Models: api-reference/node-rpc.md
- Node RPC Swagger: rpc-swagger/index.html
- CHANGELOG: changelog.md
- Wallets:
- Binance Smart Chain Wallet Support: smart-chain/wallet.md
- Binance Chain Wallet Support: wallets/wallets.md
- Binance Smart Chain Wallet Tutorial:
- How to create a BSC wallet: smart-chain/wallet/arkane.md
- Math Wallet User Guide: smart-chain/wallet/math-resource.md
- How to use Trust Wallet in Binance Smart Chain : https://community.trustwallet.com/t/trust-wallet-now-supports-binance-smart-chain-bsc/67250
- How to Send and Receive BNB on Smart Chain with Trust Wallet: https://community.trustwallet.com/t/how-to-send-and-receive-bnb-on-smart-chain/67430
- Staking with extension wallet: smart-chain/wallet/staking.md
- How to install Binance Extension Wallet Manually: smart-chain/wallet/manual.md
- How to use ezDeFi Wallet for Binance Smart Chain: smart-chain/wallet/ezdefi.md
- How to use Infinity Wallet: smart-chain/wallet/infinitywallet.md
- Binance Chain Wallet Tutorial:
- Trust Wallet User Guide: wallets/tutorial/how-to-create-a-wallet-on-trustwallet.md
- Ledger Wallet Guide: wallets/tutorial/ledger-nano-s-usage-guide.md
- Trezor Wallet Guide: wallets/tutorial/trezor-model-t-user-guide.md
- How to manage BEP8 token with Web Wallet: wallets/tutorial/bep8.md
- Binance Chain WalletConnect Support: wallets/walletconnect-support.md
- Binance Chain Blog: https://binance.org/en/blog
- Binance Smart Chain Explorer: https://bscscan.com
- Binance Chain Explorer: https://explorer.binance.org
- Binance Chain Forum: https://community.binance.org/
- Get Testnet Funds: https://www.binance.vision/tutorials/binance-dex-funding-your-testnet-account
- Binance Chain Faucet: https://testnet.binance.org/faucet-smart
- The Binance Chain Developer Group : https://t.me/joinchat/IuVfSlYWC5seijz6a0Bjww
- The Binance Chain Telegram Group : https://t.me/BinanceDEXchange
- Twitter: https://twitter.com/binance_dex
- Telegram Announcement Channel English: https://t.me/Binance_DEX_Announcement
- 币安链中文群: https://t.me/BinanceDEXchangeCN
- 币安链公告频道: https://t.me/Binance_DEX_ChineseAnnouncements
- FAQ:
- Binance Chain FAQ: faq/faq.md
- Binance Smart Chain FAQ:
- General:
- Info: faq/bsc/general.md
- Binance Smart Chain: faq/bsc/bsc.md
- Ecosystem: faq/bsc/eco.md
- Token:
- Intro: faq/bsc/token.md
- BEPs: faq/bsc/bep.md
- Staking:
- Validator: faq/bsc/val.md
- Delegator: faq/bsc/del.md
- Staking parameters: smart-chain/validator/Parameters.md
- Crosschain: faq/bsc/cross.md
- Binance Extension Wallet:
- FAQ: smart-chain/wallet/faq.md
- Security: smart-chain/wallet/extension/safe.md
- Backup: smart-chain/wallet/extension/seed.md
- Reset: smart-chain/wallet/extension/reset.md
- Manage Account: smart-chain/wallet/extension/add-account.md
- Developer: smart-chain/wallet/wallet_api.md
- More Help: resources.md
- Contributing: CONTRIBUTING.md
markdown_extensions:
- admonition
- pymdownx.arithmatex
- pymdownx.superfences
- codehilite
plugins:
- search
repo_name: 'binance-chain/docs-site'
repo_url: 'https://github.com/binance-chain/docs-site'
extra:
social:
- type: 'github'
link: 'binance-chain/docs-site'
- type: 'twitter'
link: 'https://twitter.com/binancechain'
- type: 'website'
link: 'https://www.binance.org'