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

https://github.com/austintgriffith/dapp-react-metamask

MetaMask react component for rapid dapp development
https://github.com/austintgriffith/dapp-react-metamask

Last synced: over 1 year ago
JSON representation

MetaMask react component for rapid dapp development

Awesome Lists containing this project

README

          

# dapp-react-metamask
MetaMask react component for rapid dapp development

## usage

```
import Metamask from "dapp-react-metamask"

{
console.log("metamask state update:",state)
}}
/>
```

## config
```
{
console.log("metamask state update:",state)
}}

/>
```

---

# Dev

## build

```
npm run build
```

## linking

```
npm i
npm link
```

then in your app dir:
```
npm link dapp-react-metamask
```