@zellify/cryptomus
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

Node wrapper for cryptomus

This module is a library for working with the Cryptomus API in a Node.js, written in TypeScript. Please note that this module is under development and is subject to change.

Install

pnpm add @zellify/cryptomus
# or
npm install @zellify/cryptomus

Example

import { Cryptomus } from "@zellify/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"
    })
}

main().then(console.log);

Package Sidebar

Install

npm i @zellify/cryptomus

Weekly Downloads

28

Version

0.3.2

License

MIT

Unpacked Size

1.1 MB

Total Files

56

Last publish

Collaborators

  • sveenxx