Hot on the heels of the previous lesson where I discussed token approvals, slippage, and the swapExactTokensForTokens()
function, this will be a guided tour of a complete start-to-finish swap all the way from token & router contract loading, token approval, then finally a call to execute a swap.
Prerequisites
I recommended at the end of the previous lesso…