Giter Site home page Giter Site logo

cardano-foundation / cf-adahandle-resolver Goto Github PK

View Code? Open in Web Editor NEW
11.0 10.0 1.0 824 KB

This project aims to provide a scoped indexer for retrieving ADA Handle information from the Cardano blockchain and exposing it via REST using Yaci Store

License: MIT License

Java 94.13% Dockerfile 0.97% Smarty 4.91%
adahandle cardano indexer rest-api yaci-store

cf-adahandle-resolver's Introduction

ADA Handle Resolver

Tests Coverage Release Publish conventionalcommits Discord

This project aims to provide a scoped indexer for retrieving ADA Handle information from the Cardano blockchain and exposing it via REST using Yaci Store.

Why ADA Handle resolver?

One may ask why Ada Handle resolve if there is already: https://github.com/koralabs/handles-public-api

Ada Handler resolver by CF differentiates itself with a number of following traits:

  • it demostrates usage of Yaci-Store modular indexer
  • is written in Java, thus easier extendable and to easier to reason about by Java Developers
  • doesn't have any dependencies to other components, e.g. Ogmios, blockfrost, etc
  • handles db has very small on disk footprint
  • supports embedded DBs such as H2 for easier deployment

๐Ÿš€ Getting Started

๐Ÿณ Docker

docker run -p 9095:9095 cardanofoundation/adahandle-resolver:latest

๐Ÿชถ Maven

Prerequisites

Java 17

Build & Run

git clone https://github.com/cardano-foundation/cf-adahandle-resolver.git
cd cf-adahandle-resolver
./mvnw clean package
java -jar target/cf-adahandle-resolver-0.0.1-SNAPSHOT.jar

๐Ÿงช Test Reports

To ensure the stability and reliability of this project, unit tests have been implemented. By clicking on the link below, you can access the detailed test report.

๐Ÿ“Š Coverage Report

๐Ÿค– API Endpoints

Endpoint Description
http://localhost:9095/swagger-ui.html Swagger UI for the API endpoints
http://localhost:9095/api/v1/ada-handles/by-stake-address [GET]s the ADA Handle held by a given stake address
http://localhost:9095/api/v1/ada-handles/by-payment-address [GET]s the ADA Handle held by a given payment address
http://localhost:9095/api/v1/addresses/by-ada-handle/{adaHandle} [GET]s the stake and payment addresses behind a provided ADA Handle
http://localhost:9095/api/v1/ada-handles/by-payment-address [GET]s the payment address behind a provided ADA Handle

๐Ÿ‘ป Disable Indexer

If you intend to scale this service, running multiple instances of the API is advisable. However, you may not want a crawl job on every instance. To disable the indexer (yaci-store), utilize the disable-indexer profile as an environment variable.

SPRING_ACTIVE_PROFILES=disable-indexer java -jar target/cf-adahandle-resolver-0.0.1-SNAPSHOT.jar

๐ŸŒฑ Environment Variables

Possible profiles: mainnet, preprod, preview, local-node, h2, disable-indexer

Name Description Default Value
SPRING_ACTIVE_PROFILES The active profile of the application mainnet,h2
PORT The port on which the server will listen for incoming requests 9095
DB_URL The URL of the database jdbc:h2:mem:mydb
DB_USERNAME The username of the database user sa
DB_PASSWORD The password of the database user password
REMOTE_NODE_URL The URL of the remote node relays-new.cardano-mainnet.iohk.io
REMOTE_NODE_PORT The port of the remote node 3001
LOCAL_NODE_SOCKET_PATH The path of the local node socket <No default value>
LOCAL_NODE_HOST The host of the local node <No default value>
LOCAL_NODE_PORT The port of the local node <No default value>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.