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

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

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

![sequence diagram](src/img/sequence-diagram.png)

## 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
```