An open API service indexing awesome lists of open source software.

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

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)