stablepaycoin
v1.0.3
Published
A React component for accepting USDC and USDT payments. Easily integrate cryptocurrency payments into your React/Next.js applications with a beautiful, customizable UI and comprehensive transaction tracking.
Downloads
150
Maintainers
Readme
Stablecoin Payment Component
A powerful React component for accepting USDC and USDT payments in your web applications. Built with modern web standards and a focus on user experience.
Table of Contents
- Installation
- Quick Start
- Integration Guide
- Configuration
- Examples
- API Reference
- Styling
- Troubleshooting
- Docs
📚 Docs
For complete documentation, visit stablepay.me/docs
Our documentation includes:
- Detailed API reference
- Integration tutorials
- Best practices
- Security guidelines
- Advanced configurations
- Troubleshooting guides
- Code examples
🚀 Installation
1. Install the package
npm install stablepaycoin
🚀 Quick Start
import StablecoinPayment from 'stablepaycoin';
<StablecoinPayment
secretKey="your_secret_key" //secret key (found from stablepay.me)
price={99.99} //price of the product
description="Premium subscription plan with all features included"
planName="Premium Plan"
type="subscription" //can be "product" or "subscription"
companyName="My Company"
/>
🚀 Integration Guide
🚀 Configuration
🚀 Examples
🚀 API Reference
🚀 Styling
🚀 Troubleshooting
🚀 Docs
For complete documentation, visit stablepay.me/docs
Our documentation includes:
- Detailed API reference
- Integration tutorials
- Best practices
- Security guidelines
- Advanced configurations
- Troubleshooting guides
- Code examples