Web3 Register by micro1

This is a React.js, Immutable x Authentication template. Probably the most feature-rich Web3 auth template out there. Comes out of the box configured with the latest technologies to make web3 authentication a breeze. Easily configurable and customizable.

Check out the documentation below to get started.

Facing issues? Check the Issue page and do a search on past issues. Feel free to open a new issue if none has been posted previously.

Example DEMO

Web3 register by micro1 - this repo

Features

  • Authenticate with metamask or any other web3 provider
  • Link discord accounts
  • Email verification
  • Redeem NFT
  • Invite friends

Quick Start Guide

  1. Clone the repo using git clone
git clone git@github.com:moontek-io/imx-frontend.git
  1. Personalize src/data/siteData.ts (site related information)
  2. Modify the environment variables in .env and update variable and links
  3. Deploy to AWS Amplify

Installation

npm install

Development

First, run the development server:

npm start

Open http://localhost:4444 with your browser to see the result.

Support

Using the template? Support this effort by giving a star on GitHub, sharing your own blog and giving a shoutout on Twitter.

imx-frontend

Typical web3 register flow open source project (by micro1.io)

Setting up locally steps:

  • Clone the project
  • Install dependencies using npm install
  • Start the server using npm start

Backend

To view the backend repository, go here.