Open joshuahannan opened 11 months ago
as no more FiatToken.cdc maybe we can add USDCFlow ( but I am not sure if it requires also some kind of bridging contract deployment )
Good suggestion! I updated the title and description of the issue to reflect that. We can just deploy it to the service account and store the minter there like we do with FlowToken. I don't think we need to connect it to the bridge on emulator for now
We will need a lite version of the contract ( as it imports bridge ) and go bindings probably.
@joshuahannan any chance you can you can have a look at this one ?
yeah, I can add it to bootstrapping this week
Issue To Be Solved
USDCFlow.cdc
for USDC is a very commonly used contract in the Flow ecosystem and developers often will want to test with it on the emulator before deploying to testnet, but it is difficult to deploy and manage.Suggest A Solution
FiatToken.cdc
to the emulator service account and store the minter in the service account storage.