Next.js + Tailwind CSS

  • Firstly thing you need to get is MetaMask and Moralis
  • Then create a .env.local file: <NEXT_PUBLIC_APP_ID = yourAppId>, <NEXT_PUBLIC_SERVER_URL = serverUrl>
  • Dowload dependencies: npm install
  • Start your project with: npm run dev