is there way of converting abi file back to an interface file in .sol format?
What I want to achieve is to include https://github.com/Uniswap/contracts-vyper/blob/master/abi/uniswap_exchange.json in a solidity based project.
Jul 16, 2019, 12:12 PM
Nope
abi file is used for javascript interaction
you will have to develop interface in solidity to interact with uniswap contract
abi file is used for javascript interaction
you will have to develop interface in solidity to interact with uniswap contract
Jul 16, 2019, 12:29 PM
https://docs.uniswap.io/smart-contract-integration/interface here you go
Jul 17, 2019, 10:26 AM