[core] Network switch component
See original GitHub issueDescription
We should have a network switch similar to the one seen at Uniswap that lets people easily switch between networks.
This network switch component should automatically send a network change request to the users’ wallet when they click on an option from the dropdown.
Why is this needed?
Different web3 apps run on different networks so it is convenient to display the current network to the user and letting them easily switch to the correct one.
Proposed Solution or API
import { NETWORKS, NetworkSwitch } from '@web3-ui/core';
const { mainnet, rinkeby, ropsten, polygon } = NETWORKS;
<NetworkSwitch networks=[mainnet, rinkeby, ropsten, polygon] />
Additional Information
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Network Switch Components and Functions Wiki
What Are the Network Switch Components? ; CPU PCBA, The x86 or Power PC or ARM based processors that has it's RAM, FLASH...
Read more >Core Switches, Distribution Switches, and Access ... - Versitron
A core switch is the network switch installed at the backbone of the layered or hierarchy network. These data switches are responsible for...
Read more >Core Ethernet Switches - CommScope
ICX Core switches ... Traditional enterprise networks were architected to utilize chassis systems to deliver reliable, high-speed, and scalable routing ...
Read more >What is a Core Switch? - Definition from Techopedia
A core switch is a high-capacity switch generally positioned within the backbone or physical core of a network. Core switches serve as the ......
Read more >Switch Architecture: Definition & Components | Study.com
Components of a Switch · Central Processing Unit · Replication Engine · Forwarding Engine · Switch Fabric · Controllers and Buffers · ROM...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No worries, I’ll take up something else. 😃
I can take this one