我尝试使用正文3>向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。