1.0.4 • Published 3 years ago

metamask-login-helper v1.0.4

Weekly downloads
214
License
MIT
Repository
github
Last release
3 years ago

MetamaskLoginHelper

There are tool to help you to login with MetaMask extension

Installing

npm i metamask-login-helper or yarn add metamask-login-helper

Usage

import { MetamaskLoginHelper } from 'metamask-login-helper';
const loginHelper = new MetamaskLoginHelper();

Setup login helper

loginHelper.login()
    .then((loginResult) => {
        // success result
    })
    .catch((e) => {
        // there if some error with init metamask or signing message
    });
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago