https://github.com/xarlizard/connectwalletreactbutton
Button intended to use with a React site, allowing to connect to it with a metamask wallet
https://github.com/xarlizard/connectwalletreactbutton
blockchain react
Last synced: 10 months ago
JSON representation
Button intended to use with a React site, allowing to connect to it with a metamask wallet
- Host: GitHub
- URL: https://github.com/xarlizard/connectwalletreactbutton
- Owner: xarlizard
- Created: 2023-05-14T13:15:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T13:15:59.000Z (about 3 years ago)
- Last Synced: 2025-08-04T09:17:43.712Z (11 months ago)
- Topics: blockchain, react
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Working "Connect metamask wallet" button, replicating the style of the uniswap interface. It has a working ethereum balance indicator and a randomized identicon. Dependecies used: @metamask/jazzicon , @chakra-ui/react , @chakra-ui/icons , @emotion/react , @emotion/styled , @framer-motion , @usedapp/core.
To start the demo:
```bash
yarn install # install dependencies
yarn start # run the development server
# or
npm install # install dependencies
npm run start # run the development server
```
Navigate to [http://localhost:3000](http://localhost:3000)