$ npm install -s rocketgate
var RocketGate = require('rocketgate');
var client = new RocketGate.gateway({
MERCHANT_ID: <PLACEHOLDER>,
MERCHANT_PASSWORD: '<PLACEHOLDER>'
});
This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.