I have deployed a js contract on test.guantong.testnet, and followed the README generate the ABI.
When I use near cli near contract inspect test.guantong.testnet network-config testnet now, it says
NEAR ABI version Info: Contact does not support NEAR ABI (https://github.com/near/abi), so there
is no way to get details about the function argument and return values.
I want to know is there any docs about config the contract abi? Make the js contract support near abi.
I have deployed a js contract on
test.guantong.testnet, and followed the README generate the ABI.When I use near cli
near contract inspect test.guantong.testnet network-config testnet now, it saysI want to know is there any docs about config the contract abi? Make the js contract support near abi.