Skip to content

Latest commit

 

History

History
executable file
·
71 lines (48 loc) · 2.07 KB

File metadata and controls

executable file
·
71 lines (48 loc) · 2.07 KB

Starton Boilerplate - Sign in with wallets - NextJS

Starton boilerplate to sign in with your wallet (Metamask, WalletConnect, CoinbaseWallet) using NextJS.

Feel free to fork this repository!

Tech Stack

Code Quality

UI

Tools

Next library

Run Locally

Clone the project

  git clone https://github.com/starton-io/boilerplate-sign-in-with-wallets-next-js.git

Go to the project directory

  cd boilerplate-sign-in-with-wallets-next-js

Install dependencies

  npm install

Start the development server

  npm run dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.