Writing a smart contract in Sway that is already implemented in Solidity. It makes use of the approve call and the transferFrom()
methods available in Solidity. Is it possible to implement them in Sway where my contract is allowed to transfer funds to it from an already approved address?
1 Like