Express.js发送邮件请求另一个网址

时间:2018-02-03 15:03:39

标签: javascript node.js express post blockchain

我尝试使用正文http://http://localhost:5555//transactions/new发送帖子请求

{
     "from": faucetAddress,
     "to": userAddres,
     "value": 5,
     "senderPubKey": faucetPublicKey,
     "senderSignature": ["e20c…a3c29d3370f79f", "cf92…0acd0c132ffe56"]
}

这是我使用的代码 - https://github.com/blockchain-dev-camp/blockchain-faucet 进入controllers / faucet-controller.js,然后进入postTransaction。

0 个答案:

没有答案