https://github.com/mnpezz/xno-demos
Several nano, xno, payment processor demos. nano.to, bitrequest, nanopay.me, and wowpay.
https://github.com/mnpezz/xno-demos
nanocurrency
Last synced: 3 months ago
JSON representation
Several nano, xno, payment processor demos. nano.to, bitrequest, nanopay.me, and wowpay.
- Host: GitHub
- URL: https://github.com/mnpezz/xno-demos
- Owner: Mnpezz
- Created: 2024-12-16T02:54:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:28:01.000Z (about 1 year ago)
- Last Synced: 2025-04-04T15:28:40.331Z (about 1 year ago)
- Topics: nanocurrency
- Language: HTML
- Homepage:
- Size: 274 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nano Payment Integration Guide
A comprehensive guide and demo implementation for various Nano payment solutions. This project showcases different methods to accept Nano payments on your website, from simple donations to full e-commerce integration.
## 🚀 Live Demo
[View Live Demo](https://mnpezz.github.io/xno-demos/)
## 💡 Features
This guide covers four major Nano payment processors:
### 1. Nano.to
- Non-custodial solution
- Apple Pay-like interface
- Easy frontend integration
- Contact & shipping forms
- Multi-currency pricing
- Shopping cart support
- Email notifications
### 2. NanoPay.me
- Full-featured REST API
- Webhook support
- Payment tracking & management
- Technical support available
- Perfect for e-commerce integration
### 3. BitRequest
- Fully decentralized
- Multi-cryptocurrency support
- Simple URL-based requests
- No fees
- Optional contact forms
- Great for payment requests
### 4. WowPay
- Multiple nano-fork support (XNO, BAN, XDG, etc.)
- Comprehensive API
- Balance & withdrawal management
- Secure signature-based authentication
- Ideal for multi-currency systems
## 🛠️ Implementation
Each payment processor has its own section with:
- Live demo
- Code examples
- Configuration options
- Implementation notes