do you know any project support encode/decode ABI for frontend and backend interface ?
Hi @wade-liwei,
I am not sure what you mean, can you give more detail or rephrase your question?
requirement:
- define ABI interface;
- in evm module decode the ABI with the specific contract address, then call the cosmos module interface, like staking、distribution
- on the frontend, call the evm rawTx interface with web3js.
Hi @wade-liwei,
I am not familiar with Cosmos.
I am still not sure what you mean by your question. You can try the Solidity documentation: https://docs.soliditylang.org/en/v0.8.4/abi-spec.html#abi
thank you.
I am reading the link.
Are there RPC lib with solidity ?