Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
/ webmoney Public archive

Client for WebMoney payment system

License

Notifications You must be signed in to change notification settings

listepo/webmoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebMoney

Easy and lightweight client for WebMoney payment system.

Features

  • Supports both classic and light authorization

Installation

$ npm install webmoney

API

Class Key

This class provides ability to decode and encode keys for classic authorization.

::fromFile(fileName, wmid, password)

  • fileName String
  • wmid String
  • password String

Description.

::fromBuffer(header, body, wmid, password)

  • header Buffer
  • body Buffer
  • wmid String
  • password String

Description.

::constructor(exponent, modulus)

  • exponent Buffer
  • modulus Buffer

Description.

.exponent

Exponent component of the key.

.modulus

Modulus component of the key.

Class Signer

Description.

::constructor(key)

  • key Key

Description.

.digest(message)

Description.

About

Client for WebMoney payment system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published