Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 593 Bytes

Queries Demo

This is a trivial demo of using Wormhole Queries to sync counters across EVM chains. A counter can only be incremented if a query containing recent counter data from the other registered contracts is provided.

Check out the Demo UI as well.

Learn more about developing with Queries in the docs.

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt