1.1.3 • Published 8 months ago

kaminari-sdk v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Kaminari Cloud Node.js Library

Kaminari is a Lightning Network infrastructure designed for instant and affordable global payments. The company helps businesses accept Lightning Network payments by providing a user-friendly platform that enables merchants to manage their transactions and monitor their virtual balance. We offer a turnkey Lightning Network infrastructure for payment processors and merchants in the gambling, betting, and other industries.

Now your node.js application can send lightning payments through Kaminari. As the official Node.js library for Kaminari, has support for the entire REST API.

Installation

Installing kaminari javascript library is simple. Use the following command in your terminal:

npm i kaminari-sdk;

Basic Usage

import { Client } from "kaminari-sdk";

/** API key is a unique identifier used to perform, actions. */
const API_KEY = "";
/** Path to API requests. */
const API_URL = "";

const kaminariClient = new Client(API_KEY, API_URL);

const balance = await kaminariClient.getBalance();

Issues & Comments

Feel free to contact us if you encounter any issues with the library or Kaminari Cloud API. Please leave all comments, bugs, requests and issues on the Issues page.

License

The Kaminari Cloud JavaScript Library is licensed under the MIT license. Please refer to the LICENSE for more information.

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago