You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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