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

https://github.com/0xkibh/metamask-connect


https://github.com/0xkibh/metamask-connect

Last synced: 3 months ago
JSON representation

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`