m0t0k1ch1 / metamask-login-sample

a sample application with login function using MetaMask, built with Echo + Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metamask-login-sample

a sample application with login function using MetaMask, built with Echo + Vue.js

Overview

sequence diagram

Download

$ 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

$ go build
$ npm run build

Run

$ ./metamask-login-sample

About

a sample application with login function using MetaMask, built with Echo + Vue.js

License:MIT License


Languages

Language:Go 73.1%Language:JavaScript 17.2%Language:CSS 5.2%Language:HTML 4.5%