diff --git a/docs/Wallet.md b/docs/Wallet.md index 8fbbc39fb9..32a3e61a19 100644 --- a/docs/Wallet.md +++ b/docs/Wallet.md @@ -24,22 +24,23 @@ If you want to be able to receive BNB and other supported tokens on the BNB Smar | Number | Wallet Name | Website | Staking Support| |------ | ------------------- | ------------------------------ |-----| -|1 | Binance Extension Wallet | | Yes | -|2 | BNB Chain List | | No | -|3 | Trust Wallet | | Yes | -|4 | Math Wallet || Yes | -|5 | SafePal | | No | -|6 | TokenPocket | | No | -|7 | Arkane ||No| -|8 | MetaMask ||No| -|9 | Ledger ||Yes| -|10 | Trezor ||No| -|11 | MEW ||No| -|12 | 1inch wallet ||No| -|13 | Infinity wallet (Desktop)| |No| -|14 | BitKeep (App&Chrome)||No| -|15 | Coin98 Wallet (App Web Extension)||No| -|16 | Guarda Wallet ||No| -|17 | Rabby Wallet ||No| -|18 | Atomic Wallet | | Yes | -|19 | Gem Wallet | | Yes | +|1 | Binance Web3 Wallet | https://developers.binance.com/docs/binance-w3w/introduction | No | +|2 | Binance Extension Wallet | | Yes | +|3 | BNB Chain List | | No | +|4 | Trust Wallet | | Yes | +|5 | Math Wallet || Yes | +|6 | SafePal | | No | +|7 | TokenPocket | | No | +|8 | Arkane ||No| +|9 | MetaMask ||No| +|10 | Ledger ||Yes| +|11 | Trezor ||No| +|12 | MEW ||No| +|13 | 1inch wallet ||No| +|14 | Infinity wallet (Desktop)| |No| +|15 | BitKeep (App&Chrome)||No| +|16 | Coin98 Wallet (App Web Extension)||No| +|17 | Guarda Wallet ||No| +|18 | Rabby Wallet ||No| +|19 | Atomic Wallet | | Yes | +|20 | Gem Wallet | | Yes | diff --git a/sidebars.js b/sidebars.js index 06782507d2..95ffb7103a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -58,6 +58,22 @@ const sidebars = { collapsed: true, label: 'Develop', items: [ + { + type: 'category', + label:'Wallet', + items:['beaconchain/wallets', + { + type: 'category', + label:'Tutorials', + items:[ + {type:'doc', id:'beaconchain/wallet/tutorial/how-to-create-a-wallet-on-trustwallet', label:'Trust Wallet Guide'}, + {type:'doc', id:'beaconchain/wallet/tutorial/ledger-nano-s-usage-guide', label:'Ledger Wallet Guide'}, + {type:'doc', id:'beaconchain/wallet/tutorial/trezor-model-t-user-guide', label:'Trezor Wallet Guide'}, + {type:'doc', id:'beaconchain/wallet/tutorial/bep8', label:'How to manage BEP8 token with Web Wallet'}, + ] + } + ] + }, {type: 'doc', label: 'Development Tools', id:'learn/ecosystem'}, {type:'doc', id:'rpc', label:'RPC Endpoints'}, 'BSCmainnet', 'BSCtestnet', 'BSCexplorers', @@ -254,23 +270,8 @@ const sidebars = { {type:'doc', id:'beaconchain/validator/create-val', label:'Create Validator'}, {type:'doc', id:'beaconchain/validator/run-val', label:'Run Validator'}, ] - }, - { - type: 'category', - label:'Wallet', - items:['beaconchain/wallets', - { - type: 'category', - label:'Tutorials', - items:[ - {type:'doc', id:'beaconchain/wallet/tutorial/how-to-create-a-wallet-on-trustwallet', label:'Trust Wallet Guide'}, - {type:'doc', id:'beaconchain/wallet/tutorial/ledger-nano-s-usage-guide', label:'Ledger Wallet Guide'}, - {type:'doc', id:'beaconchain/wallet/tutorial/trezor-model-t-user-guide', label:'Trezor Wallet Guide'}, - {type:'doc', id:'beaconchain/wallet/tutorial/bep8', label:'How to manage BEP8 token with Web Wallet'}, - ] - } - ] } + ], },