For the complete documentation index, see llms.txt. This page is also available as Markdown.

Algorand -> Ethereum

Example bridging from Algorand to Ethereum

Code Flow

Steps

  1. transferFromAlgorand()

  2. signSendAndConfirmTransaction()

  3. getEmitterAddressAlgorand()

  4. ParseSequenceFromLogAlgorand()

  5. getSignedVAA()

  6. redeemOnEth()

1. transferFromAlgorand()

2. signSendAndConfirmTransaction()

3. getEmitterAddressAlgorand()

4. parseSequenceFromLogAlgorand()

5. getSignedVAA()

6. redeemOnEth()

Last updated