https://github.com/0xkibh/metamask-connect
https://github.com/0xkibh/metamask-connect
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xkibh/metamask-connect
- Owner: 0xkibh
- Created: 2022-02-19T15:56:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T17:47:38.000Z (over 3 years ago)
- Last Synced: 2025-03-20T10:24:07.641Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MetaMask Connect
#### This application basically connects to your MetaMask wallet and shows your wallet address on the screen.
### Prerequisites :
1. The [MetaMask Extension](https://metamask.io/download.html) downloaded.
2. Node.js [Downloaded and Installed](https://nodejs.org/)### In this project :
- A basic setup is maintained with `index.html` and `contract.js` only two files.
- Package used for running server `static-server`
- `npm run serve` to run the server.### A Confusion :
- why ``
instead of `import MetaMaskOnboarding from '@metamask/onboarding'` in `contract.js`