A simple web application that validates Lightning Network payments by verifying payment preimages against their corresponding invoices.
Visit the live application at: https://validate-payment.vercel.app
- Decode BOLT11 invoices
- Validate payment preimages
- Real-time validation feedback
- Clean and simple user interface
- React.js
- light-bolt11-decoder
- Web Crypto API
- Vercel (deployment)
- Clone the repository:
git clone https://github.com/yourusername/validate-payment.git
- Install dependencies:
cd validate-payment
npm install
- Start the development server:
npm start
For more detailed information about the project, please refer to the README.md file in the repository.
We welcome contributions from the community! If you'd like to contribute to the project, please follow the steps below:
- Fork the repository
- Create a new branch
- Make your changes
- Commit your changes
- Push your changes to your fork
- Create a pull request
This project is licensed under the MIT License. See the LICENSE file for more information.