A Vue.js application that combines encrypted messaging with cryptocurrency transactions. Built with Vue 3, TypeScript, and Tailwind CSS.
- 🔐 Message encryption using libsodium
- 💰 Cryptocurrency transactions via Web3/MetaMask
- 🌓 Dark/Light theme support
- 🎨 Modern UI with Tailwind CSS
- 📱 Responsive design
- Node.js (v18 or higher recommended)
- npm or yarn
- MetaMask browser extension
- Clone the repository:
git clone <repository-url>- Navigate to the project directory:
cd crypto-messaging- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn devThe application will be available at http://localhost:5173