OCamlPro / freeton_wallet

The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.
https://ocamlpro.github.io/freeton_wallet
Other
14 stars 9 forks source link

Use code_hash to identify contracts during inspect commands #14

Closed lefessan closed 3 years ago

lefessan commented 3 years ago

ft should keep an association between code_hash and contract ABIs, so that it can easily infer the contract type, given an address, and so parse corresponding messages knowing the ABI.

lefessan commented 3 years ago

Done.