Results 9 comments of itleaks

> js4eos compile2 -o ./contracts/test/test.wasm ./contracts/test/src/test.cpp > fail due to network or error, please check network and try again > SyntaxError: Unexpected token < in JSON at position 0 >...

你是指发送交易吗?后期可以考虑支持

有啊,一样的,js4eos get table

参考这个https://github.com/itleaks/js4eos-demo/blob/master/test/table-demo.js @yyh1102

显示print的打印需要得到nodeos节点的支持,目前公开的nodeos几乎都不支持。你可以自己运行本地nodeos, 并将verbose-http-errors = true

也可以通过assert输出信息来调试

> 编译合约报错,但是编译hello合约又可以。 > > ``` > anonymous$ js4eos dapp compile eosio.token > TypeError: Cannot read property 'kylin' of undefined > at compile (/usr/local/lib/node_modules/js4eos/cmds/dapp_cmds/compile.js:35:59) > at Object.exports.handler (/usr/local/lib/node_modules/js4eos/cmds/dapp_cmds/compile.js:76:5) > at Object.self.runCommand...

同时,非常感谢反馈,最新版本已经添加了更加友好的提示信息,请更新 npm install -g js4eos

> 发现bug了,js4eos wallet list 显示不出任何东西了。 > 第一次导入密钥的时候还是好的。 > 后面不知道是不是我使用了rest导致在也不显示钱包信息了,导入会显示成功但是不起作用,使用了 wallet delete 也不行。 可以试试: npm -g install js4eos js4eos config reset js4eos wallet delete 添加微信itleaks