Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.03 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.03 KB

Connect Wallet Demo

This project is a Next.js application that demonstrates a "Connect Wallet" component UI for Substrate-based wallets such as Polkadot.js and Talisman. While the current implementation uses mock data, it provides a foundation for integrating real wallet connections.

Connect Wallet Demo Screenshot

Technologies Used

  • Next.js - React framework for building web applications
  • Tailwind CSS - Utility-first CSS framework
  • Shadcn/ui - Re-usable components built with Radix UI and Tailwind CSS
  • Magic UI - Beautiful UI components (Marquee component used)
  • Framer Motion - Animation library for React
  • ESLint - Linting utility for JavaScript and TypeScript
  • Prettier - Code formatter
  • TypeScript - Typed superset of JavaScript

Features

  • Mock interface for connecting to Substrate-based wallets
  • Responsive and animated UI components
  • Dark mode support

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Learn More

To learn more about the technologies used in this project, check out the following resources:

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.