sanguohot

Results 4 comments of sanguohot

Hi @thiagobustamante You are so kind. 3Q very much. Still one more question please, is this code production ready?

Hi @thiagobustamante Very good news for me. I will try to use it in a blockchain project.

@fisco-dev web3lib下的post.js web3sync.sendRawTransactionByNameService也有问题 最好callByNameService也支持promise 下面是post.js的测试代码 let web3post = require("../web3lib/post"); let contractName = "UsersController"; let contractVersion = "v2"; let contractFunction = "getUserBasic"; let contractParams = []; let data = getDataForCns(contractName, contractVersion,...