ripple rest client:用于Ripple REST API服务器的Javascript HTTP客户端

choosy6430 5 0 zip 2024-08-30 03:08:31

Ripple REST Node.js客户端库Ripple REST Api Server软件简化了与Ripple支付网络的交互。该库为在node.js中使用REST api提供最简化的服务。

安装

npm install ripple-rest-client

用法


var RippleRestClient = require(\"ripple-rest-client\").Client; 

var client = new RippleRestClient({ 

  api: 'http://localhost:5990', 

  account: 'rw6qnMHxqg1m3xki7Y89H45BjU7LnAYyoL', 

  secret: 'shgL7M1kbgrBkkkQwwRGHBmbLamxe' 

});

有两个主要的付款功能,发送付款收听收款

用户评论
请输入评论内容
评分:
暂无评论