Skip to content

Commit

Permalink
Update wallet list (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
STdevK authored Mar 15, 2024
1 parent 17a4bb6 commit 0d8f235
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
39 changes: 20 additions & 19 deletions docs/Wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <https://binance-wallet.gitbook.io/binance-chain-wallet/> | Yes |
|2 | BNB Chain List | <https://www.bnbchainlist.org/> | No |
|3 | Trust Wallet |<https://trustwallet.com/> | Yes |
|4 | Math Wallet |<https://mathwallet.org/en-us/>| Yes |
|5 | SafePal |<https://safepal.io/> | No |
|6 | TokenPocket |<https://www.tokenpocket.pro/> | No |
|7 | Arkane |<https://arkane.network/>|No|
|8 | MetaMask |<https://metamask.zendesk.com/hc/en-us>|No|
|9 | Ledger |<https://www.ledger.com/>|Yes|
|10 | Trezor |<https://wallet.trezor.io>|No|
|11 | MEW |<https://www.myetherwallet.com/>|No|
|12 | 1inch wallet |<https://1inch.io/wallet/>|No|
|13 | Infinity wallet (Desktop)| <https://infinitywallet.io/download/> |No|
|14 | BitKeep (App&Chrome)|<https://bitkeep.com>|No|
|15 | Coin98 Wallet (App Web Extension)|<https://coin98.com/wallet>|No|
|16 | Guarda Wallet |<https://guarda.com/coins/binance-coin-wallet/>|No|
|17 | Rabby Wallet |<https://rabby.io/>|No|
|18 | Atomic Wallet | <https://atomicwallet.io/> | Yes |
|19 | Gem Wallet | <https://gemwallet.com/> | Yes |
|1 | Binance Web3 Wallet | https://developers.binance.com/docs/binance-w3w/introduction | No |
|2 | Binance Extension Wallet | <https://binance-wallet.gitbook.io/binance-chain-wallet/> | Yes |
|3 | BNB Chain List | <https://www.bnbchainlist.org/> | No |
|4 | Trust Wallet |<https://trustwallet.com/> | Yes |
|5 | Math Wallet |<https://mathwallet.org/en-us/>| Yes |
|6 | SafePal |<https://safepal.io/> | No |
|7 | TokenPocket |<https://www.tokenpocket.pro/> | No |
|8 | Arkane |<https://arkane.network/>|No|
|9 | MetaMask |<https://metamask.zendesk.com/hc/en-us>|No|
|10 | Ledger |<https://www.ledger.com/>|Yes|
|11 | Trezor |<https://wallet.trezor.io>|No|
|12 | MEW |<https://www.myetherwallet.com/>|No|
|13 | 1inch wallet |<https://1inch.io/wallet/>|No|
|14 | Infinity wallet (Desktop)| <https://infinitywallet.io/download/> |No|
|15 | BitKeep (App&Chrome)|<https://bitkeep.com>|No|
|16 | Coin98 Wallet (App Web Extension)|<https://coin98.com/wallet>|No|
|17 | Guarda Wallet |<https://guarda.com/coins/binance-coin-wallet/>|No|
|18 | Rabby Wallet |<https://rabby.io/>|No|
|19 | Atomic Wallet | <https://atomicwallet.io/> | Yes |
|20 | Gem Wallet | <https://gemwallet.com/> | Yes |
33 changes: 17 additions & 16 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'},
]
}
]
}

],
},

Expand Down

0 comments on commit 0d8f235

Please sign in to comment.