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
- Host: GitHub
- URL: https://github.com/austintgriffith/dapp-react-metamask
- Owner: austintgriffith
- License: mit
- Created: 2018-07-19T02:37:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T03:11:32.000Z (about 8 years ago)
- Last Synced: 2025-03-26T17:46:49.248Z (over 1 year ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```