-
Notifications
You must be signed in to change notification settings - Fork 32
-
Scaffold app 03 - Hello Batch VAA
ClosedMar 15, 2023 Last updated about 2 years agoUpdate: this effort has been stopped in favor of message accumulators
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