想咨询下,eos 合约与前端如何交互呢?比如说我写了个 hello 合约,输出"hello".前端如何调用 hello 合约输出 “hello"呢 ?还是通过 rpc 哪个接口吗?
合约中调用 print("hello"),同时 nodeos 设置 contracts-console = true
你这是调试啊。。。