AeroDump / contracts

Winner of the ETHonline 2024 hackathon my ETHGlobal, won layer zero and sign protocol track.
https://aerodump.vercel.app
1 stars 0 forks source link

Changes for rizo to be done on my branch #13

Closed jaskara-n closed 2 months ago

jaskara-n commented 2 months ago
  1. Edit the attestations contract to send over the verified user address to a "route" contract after user calls verifyProject (_lzsend).
  2. Build a route contract that handles receiving of the sent data from attestations to the route.
  3. Inside the route contract send over the same user address to all the adapters deployed for various currencies.
  4. Make the current OFTAdapter.sol compose receiver contract for usdc and maybe add another currency support too to test it all out.
jaskara-n commented 2 months ago
  1. Try deploying the adapters on hedera that will receive the composed message
  2. Attestations and Routes can be on home network ie base Sepolia and all the adapters for various currencies can be on header
  3. Checkout the current scripts to see the flow, here is the link that will help you deploy and send omnichain messages, all this is done in the scripts but just for reference https://docs.layerzero.network/v2/developers/evm/oapp/overview
Riiz0 commented 2 months ago

Done