Skip to content

dudochkin-victor/nodewm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodewm

Is a FAST nodejs library for signing WebMoney requests written in C/C++

Install:

Using npm

npm install nodewm

From sources

  1. go to the directory with nodewm library

  2. execute node-waf configure build

  3. get module from ./build/default/wmsigner.node

Using nodewm

var wmsigner = require("./build/default/wmsigner");

var sign = wmsigner.sign('Your Wallet', 'Your Password', 'Your Base 64 Encoded KWM file', 'String to sign');

console.log('SIGN: ' + sign);

Releases

No releases published

Packages

No packages published