Skip to content

michael1011/validate-payment

 
 

Repository files navigation

⚡ Lightning Payment Validator

A simple web application that validates Lightning Network payments by verifying payment preimages against their corresponding invoices.

🌐 Live Demo

Visit the live application at: https://validate-payment.vercel.app

🚀 Features

  • Decode BOLT11 invoices
  • Validate payment preimages
  • Real-time validation feedback
  • Clean and simple user interface

🛠️ Technologies Used

  • React.js
  • light-bolt11-decoder
  • Web Crypto API
  • Vercel (deployment)

🏃‍♂️ Running Locally

  1. Clone the repository:
git clone https://github.com/yourusername/validate-payment.git
  1. Install dependencies:
cd validate-payment
npm install
  1. Start the development server:
npm start

📝 Documentation

For more detailed information about the project, please refer to the README.md file in the repository.

🤝 Contributing

We welcome contributions from the community! If you'd like to contribute to the project, please follow the steps below:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Commit your changes
  5. Push your changes to your fork
  6. Create a pull request

📜 License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.6%
  • CSS 22.2%
  • HTML 20.2%