Application Binary Interfaces
The ABI is an interface between two program modules, one of which is the smart contract and the other the machine code.
Last updated
The ABI is an interface between two program modules, one of which is the smart contract and the other the machine code.
Last updated
$ git clone [email protected]:hifi-finance/hifi-protocol.git
$ cd ./hifi-protocol
$ git checkout v1.0.0
$ yarn install
$ yarn compile