https://github.com/m0t0k1ch1/metamask-login-sample
a sample application with login function using MetaMask, built with Echo + Vue.js
https://github.com/m0t0k1ch1/metamask-login-sample
blockchain element-ui ethereum go metamask vuejs web3js
Last synced: 11 months ago
JSON representation
a sample application with login function using MetaMask, built with Echo + Vue.js
- Host: GitHub
- URL: https://github.com/m0t0k1ch1/metamask-login-sample
- Owner: m0t0k1ch1
- License: mit
- Created: 2018-02-27T16:32:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T03:06:28.000Z (over 3 years ago)
- Last Synced: 2024-06-20T12:44:36.352Z (almost 2 years ago)
- Topics: blockchain, element-ui, ethereum, go, metamask, vuejs, web3js
- Language: Go
- Homepage:
- Size: 1.97 MB
- Stars: 55
- Watchers: 4
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metamask-login-sample
a sample application with login function using [MetaMask](https://github.com/MetaMask), built with [Echo](https://github.com/labstack/echo) + [Vue.js](https://github.com/vuejs/vue)
## Overview

## Download
```sh
$ mkdir -p $GOPATH/src/github.com/m0t0k1ch1
$ cd $GOPATH/src/github.com/m0t0k1ch1
$ git clone git@github.com:m0t0k1ch1/metamask-login-sample.git
$ cd metamask-login-sample
$ npm ci
```
## Build
```sh
$ go build
$ npm run build
```
## Run
```
$ ./metamask-login-sample
```