Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.59 KB

Xion Network dApp Kickstarter

Kickstart your decentralized application on the Xion Network with ease. 🚀

Overview

The Xion Network dApp Kickstarter is designed to help you quickly set up and deploy your decentralized application (dApp) on the Xion Network. This project leverages the power of Next.js to provide a robust and scalable foundation for your dApp.

Features

  • Next.js Framework: Built with the latest version of Next.js for optimal performance and scalability.
  • CosmJS Integration: Seamless integration with CosmJS for interacting with the Cosmos SDK.
  • Tailwind CSS: Modern styling with Tailwind CSS for a responsive and clean UI.
  • Stytch Authentication: Secure and easy-to-use authentication with Stytch.
  • Framer Motion: Smooth animations and transitions with Framer Motion.
  • TypeScript Support: Fully typed with TypeScript for better developer experience and fewer bugs.

Getting Started

First, run the development server:

npm run dev
or
yarn dev
or
pnpm dev
or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

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.