Multi-chain crypto payment gateway with real-time settlement
| Chain | Token | Network |
|---|---|---|
| โฟ Bitcoin | BTC | Mainnet / Lightning |
| ฮ Ethereum | ETH, ERC20 | Mainnet / L2 |
| โฎ Tether | USDT | ERC20, TRC20, SOL |
| โ Tron | TRX, TRC20 | Mainnet |
| โ Solana | SOL, SPL | Mainnet |
- ๐ Real-time settlement โ instant transaction confirmation
- ๐ Webhook notifications โ configurable event callbacks
- ๐ท๏ธ Per-payment addresses โ unique address generation
- ๐ฑ Multi-currency โ auto-conversion and rate locking
- ๐ Dashboard โ transaction analytics and reporting
- ๐ Security โ HSM key management, 2FA, audit logs
import { CryptoGateway } from '@redoh/crypto-gateway';
const gateway = new CryptoGateway({ apiKey: 'YOUR_KEY' });
const payment = await gateway.createPayment({
amount: 100,
currency: 'USDT',
chain: 'TRC20',
webhook: 'https://your-api.com/webhook'
});Client SDK โ API Gateway โ Chain Processors โ Settlement Engine
โ
BTC | ETH | TRX | SOL
- Backend: Node.js, TypeScript
- Blockchain: ethers.js, bitcoinjs, @solana/web3.js
- Database: PostgreSQL, Redis
- Infra: Docker, Kubernetes
@redoh โ Senior Full-Stack Engineer | Fintech & Blockchain