Skip to content

buildfour/quickdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

QuickDot - Polkadot Wallet Application

Fast, Simple, Powerful Polkadot Wallet

A full-featured, production-ready Polkadot wallet application built with Node.js, Express, and Polkadot.js API. Deployed on Google Cloud Platform for scalability and reliability.

Features

Dashboard Home - Real-time portfolio overview with price tracking
Wallet Manager - Create, import, and manage multiple Polkadot accounts
Portfolio Tracker - Track your DOT holdings and USD value
Send Tokens - Send DOT with QR code scanning support
Receive Tokens - Generate QR codes for receiving payments
Transaction History - Complete transaction log with filtering
Contact Manager - Save and manage frequent contacts
Settings & Profile - Theme toggle, security settings, backup options

Tech Stack

Backend

  • Node.js v18+ - JavaScript runtime
  • Express.js - Web framework
  • Polkadot.js API - Blockchain interaction
  • Firebase Authentication - User authentication
  • Google Cloud Firestore - NoSQL database
  • JWT - Secure token-based auth

Frontend

  • HTML5 - Semantic markup
  • CSS3 - Modern styling with dark mode
  • JavaScript - ES6+

Quick Start

Prerequisites

  • Node.js v18 or higher
  • Google Cloud account
  • Firebase project
  • npm or yarn

Local Development

  1. Clone the repository
git clone <your-repo-url>
cd quickdot-app
  1. Install dependencies
npm install
  1. Configure environment variables
cp .env.example .env
# Edit .env with your Firebase and Polkadot configuration
  1. Start development server
npm run dev
  1. Open browser
http://localhost:8080

License

MIT License - See LICENSE file for details


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published