anypay 0.1.0

AnyPay is a payment processing platform that allows you to accept payments from multiple cryptocurrencies and fiat currencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod server;
pub mod http;
pub mod session;
pub mod event_dispatcher;
pub mod supabase;
pub mod types;
pub mod payment;
pub mod payment_options;
pub mod prices;
pub mod invoices;
pub mod anypay_server;
pub mod amqp;
pub mod ethereum;
pub mod xrpl;
pub mod uri;
pub mod plugin;