Scaffold app 03 - Hello Batch VAA
Update: this effort has been stopped in favor of message accumulators
Overview
New example demonstrating how to batch Wormhole messages by interacting with the core contract.
The new example will compose on top of the HelloWorld and HelloToken examples by interacting with both smart contracts and batching the messages together. The receiving HelloBatchVAA…
Update: this effort has been stopped in favor of message accumulators
Overview
New example demonstrating how to batch Wormhole messages by interacting with the core contract.
The new example will compose on top of the HelloWorld and HelloToken examples by interacting with both smart contracts and batching the messages together. The receiving HelloBatchVAA contract will call the Wormhole core contract to parse and verify the batch, and distribute the individual headless VAAs to the target HelloWorld and HelloToken smart contracts.
Requirements
- whitepaper
- EVM contract and tests