Invite your friends to Cryptomus and earn up to 50% of the fees they pay Go Affiliate Refer your audience to Cryptomus and get a share of our fees and other bonuses Go Broker Have your users trade on Cryptomus to get access to maximum profits and special bonuses ...
|Cryptomus Cryptomus is a versatile and convenient tool for my business. The simple interface and great design make it easy for my clients to pay with crypto, without any hassle. Read More 123456 About Contact HQ Location: Vilnius, LT Social Details Year Founded 2022 Websitecryptomus.com ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
import { Cryptomus } from "@qweme32/cryptomus"; import { v4 as uuid } from "uuid"; async function main() { const cryptomus = new Cryptomus("merchant", "payment-token", "payout-token"); return cryptomus.createPayment({ amount: "100", order_id: uuid(), currency: "USD" }) }...