Socket
Socket
Sign inDemoInstall

com.bloxbean.cardano:yaci-store-assets-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.bloxbean.cardano:yaci-store-assets-api

Yaci Store Assets API Module


Version published
Maintainers
1
Source
A Cardano datastore Java library using Yaci

Clean, Build

Yaci Store is a modular Java library for developers who are keen on constructing their custom indexer solutions. Its architecture ensures that every component within Yaci Store is accessible both as a standalone Java library and a corresponding Spring Boot starter.

How to Run

Pre-requisites: Java 21

  1. Download the latest binary and property file from release page
  2. You need to download yaci-store-all-<version>.jar and application.properties files
  3. Create a sub folder config and copy application.properties file to config directory
  4. Edit application.properties file to configure your datasource and network details
  5. Run java -jar yaci-store-all-<version>.jar from the directory where you have copied the jar file.

Build from source and Run

Pre-requisites: Java 21

Build

$> git clone https://github.com/bloxbean/yaci-store
$> cd yaci-store
$> ./gradlew clean build

Run

$> cd yaci-store
$> edit config/application.properties //datasource, network details
$> java -jar applications/all/build/libs/yaci-store-all-<version>.jar

Run Release Build (Jar or Docker)

To run a release build, follow the instructions in Getting Started - Out of Box Application

Documents

1. Overview

2. Design

3. Getting Started - Out of Box Application

4. Getting Started - Custom Application

Any questions, ideas or issues?

Support from YourKit

YourKit has generously granted the BloxBean projects an Open Source licence to use their excellent Java Profiler.

YourKit

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor

FAQs

Package last updated on 07 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc