Skip to content

shahrirosm/crypto-messaging

Repository files navigation

Crypto Messaging

A Vue.js application that combines encrypted messaging with cryptocurrency transactions. Built with Vue 3, TypeScript, and Tailwind CSS.

Demo

🌐 Live Demo

Features

  • 🔐 Message encryption using libsodium
  • 💰 Cryptocurrency transactions via Web3/MetaMask
  • 🌓 Dark/Light theme support
  • 🎨 Modern UI with Tailwind CSS
  • 📱 Responsive design

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm or yarn
  • MetaMask browser extension

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd crypto-messaging
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

The application will be available at http://localhost:5173

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published