Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 635 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 635 Bytes

What's Yaci

Yaci implements Cardano's mini protocol in Java. It enables Java application to directly connects to a local or remote Cardano node to retrieve data and do various operations supported through mini protocol.

It's packaged as a library which can be used in any Java application through a maven or gradle dependency.

Components in Yaci

The followings are the main components in Yaci Core.

  1. Agents
  2. Fetchers
  3. Reactive Apis
  4. LocalClientProvider to submit tx, mempool monitoring, state queries

Getting Started Guide