Spring Boot Starters
Each module in Yaci Store is available as a Spring Boot starter. This means that integrating a specific module into your application is as straightforward as adding its Spring Boot starter as a dependency. This ensures that developers can easily integrate Yaci Store into their Spring Boot applications with required modules and minimal configuration.
Available Starters
| Starter | Description |
|---|---|
| yaci-store-spring-boot-starter | This is the core starter that includes all the core modules. This starter includes libraries required to fetch data from the blockchain and publish events. |
| yaci-store-utxo-spring-boot-starter | This starter includes the UTXO store and related configuration including db migration scripts. |
| yaci-store-block-spring-boot-starter | This starter includes the block store and related configuration including db migration scripts. |
| yaci-store-transaction-spring-boot-starter | This starter includes the transaction store and related configuration including db migration scripts. |
| yaci-store-assets-spring-boot-starter | This starter includes the assets store and related configuration including db migration scripts. |
| yaci-store-metadata-spring-boot-starter | This starter includes the metadata store and related configuration including db migration scripts. |
| yaci-store-script-spring-boot-starter | This starter includes the script store and related configuration including db migration scripts. |
| yaci-store-staking-spring-boot-starter | This starter includes the staking store and related configuration including db migration scripts. |
| yaci-store-mir-spring-boot-starter | This starter includes the mir store and related configuration including db migration scripts. |
| yaci-store-epoch-spring-boot-starter | This starter includes the protocol params module and related configuration including db migration scripts. |
| yaci-store-governance-spring-boot-starter | This starter includes governance store and related configuration including db migration scripts. |
| yaci-store-account-spring-boot-starter | This starter includes the account aggregate and related configuration including db migration scripts. |
| yaci-store-adapot-spring-boot-starter | This starter includes the adapot aggregate and related configuration including db migration scripts. |
| yaci-store-governance-aggr-spring-boot-starter | This starter includes the account aggregate and related configuration including db migration scripts. |
| yaci-store-submit-spring-boot-starter | This starter includes the submit module and related configuration including db migration scripts. Submit module is used to submit transactions to nodes. |
Last updated on