- BlockFetcherTest - Fetch blocks from point 1 to tip
- ReactiveMain - Follow the chain from tip and receive block data using reactive api
- N2NChainSync - Follow the chain from tip and receive block data in a consumer function
- N2NChainSyncListener - Follow the chain from tip and receive block data in listeners
To Run
- Java 11
- Build (
./mvnw clean package
) - Run the main method in the example