Skip to content

example of a Meteor app that lets users log in to the site by signing a message with MetaMask

Notifications You must be signed in to change notification settings

johnpm-12/meteor-metamask-login-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-metamask-login

This was created by:

meteor create --react appname

cd appname

meteor add accounts-base

meteor remove autopublish insecure

meteor npm install [email protected] eth-sig-util

Then modify server code to register a new login handler which recovers addresses from signed messages, and modify client code to sign a message

This also includes a reactive header with Ethereum details

About

example of a Meteor app that lets users log in to the site by signing a message with MetaMask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published