This effort prototypes a simplified end-to-end flow of FIO Wrapping.
Use case
Wrap FIO Token:
Alice executes
wraptokens
on FIO chainOracle monitors
wraptokens
for transfersOracle executes ERC-20
approve
Alice calls ERC-20
blanceOf
to get balanceAlice executes ERC-20
transfer
Assumptions
Assume there is a single Oracle managing all transactions. Do NOT worry about multisigs, approvals, etc.
No validation on either chain is required.
Deployment
fio.wrapping contract deployed to DEV server
oracle deployment?
ERC-20 deployment?
Add Comment