Has anyone any pointers or examples of how I could create a USDC liquidity pool smart contract.
It would allow a users to deposit USDC to it and receive some sort of a redeemable token/receipt in return (maybe that part is not even needed) which would allow them to track their balance in it.
I guess it would be similar to the dex/wallet in the Ethereum 201 course ? but I am not sure what new things have to be considered when using USDC tokens in solidity
appreciate any help. thanks a lot, Emmett