Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 804 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 804 Bytes

Examples : How to use Yaci Core Library

Yaci Core GitHub

  1. BlockFetcherTest - Fetch blocks from point 1 to tip
  2. ReactiveMain - Follow the chain from tip and receive block data using reactive api
  3. N2NChainSync - Follow the chain from tip and receive block data in a consumer function
  4. 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