Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.16 KB

todos-express-starter-mailchain

This is the end result of the Passport Magic Links with Mailchain tutorial.

The app a starter kit for building a todo app with sign in with Mailchain functionality using Express, Passport, Mailchain SDK and SQLite.

Sign-in with Mailchain features support:

  • Sign in with a Mailchain address
  • Sign in with Ethereum (without requiring a signature)
  • Sign in with ENS (without requiring a signature)

Check out the tutorial https://docs.mailchain.com/developer/tutorials/integrations/passport-magic-link-tutorial/.

Getting started

Run the following to install the required dependencies:

npm install

To start the local development environment, run:

npm start

License

The Unlicense

Credit

Created by Jared Hanson

Adapted by Mailchain