{"id":27215628,"url":"https://github.com/ilertha/ordinal-inscribing-service","last_synced_at":"2025-04-10T04:30:20.977Z","repository":{"id":259019216,"uuid":"860447758","full_name":"ilertha/ordinal-inscribing-service","owner":"ilertha","description":"Ordinal inscribing service (parent/child provenance, reinscription, bulk inscription, rare sats)","archived":false,"fork":false,"pushed_at":"2025-02-14T02:59:37.000Z","size":368,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-24T05:43:48.787Z","etag":null,"topics":["bitcoinjs-lib","express","nodejs","psbt","typescript","utxo"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilertha.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-20T13:02:47.000Z","updated_at":"2025-03-24T03:58:57.000Z","dependencies_parsed_at":"2025-02-16T03:01:01.688Z","dependency_job_id":null,"html_url":"https://github.com/ilertha/ordinal-inscribing-service","commit_stats":null,"previous_names":["rizzolib/ordinal-inscribing-service","ilertha/ordinal-inscribing-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilertha%2Fordinal-inscribing-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilertha%2Fordinal-inscribing-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilertha%2Fordinal-inscribing-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilertha%2Fordinal-inscribing-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilertha","download_url":"https://codeload.github.com/ilertha/ordinal-inscribing-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248157314,"owners_count":21056989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoinjs-lib","express","nodejs","psbt","typescript","utxo"],"created_at":"2025-04-10T04:30:20.316Z","updated_at":"2025-04-10T04:30:20.952Z","avatar_url":"https://github.com/ilertha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ordinal Inscribing service\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n  - [Running the Application](#running-the-application)\n- [API Documentation](#api-documentation)\n  - [Overview](#overview)\n  - [Base URLs](#base-urls)\n  - [Available Endpoints](#available-endpoints) \n    - [Status](#status)\n      - [Get Current Bitcoin Price](#get-current-bitcoin-price) \n      - [Last 15 Blocks Average Fee Rate](#last-15-blocks-average-fee-rate)\n      - [Recommended Block Fee Rate](#recommended-block-fee-rate) \n      - [Split Large UTXO of Admin Wallet](#split-large-utxo-of-admin-wallet)\n    - [Inscribe](#inscribe)\n      - [Create New Text Inscription](#create-new-text-inscription)\n      - [Create New File Inscription](#create-new-file-inscription)\n      - [Create New Delegate Inscription](#create-new-delegate-inscription)\n      - [Get New Sending Ordinals PSBT](#get-new-sending-ordinals-psbt)\n    - [Estimate](#estimate)\n      - [Estimate Text Inscription](#estimate-text-inscription)\n      - [Estimate File Inscription](#estimate-file-inscription)\n      - [Estimate Delegate Inscription](#estimate-delegate-inscription)\n- [Schema Definitions](#schema-definitions)\n- [Error Handling](#error-handling)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nA brief introduction to the Luminex Ordinal/Iscription Express Backend, highlighting its purpose and significance within the bitcoin ecosystem.\n\n## Features\n\nA section detailing the core features of the backend service, including parent/child provenance inscription minting, reinscription, delegate inscription, and metadata/metaprotocol integration Batch Inscription (Bulk text inscribing).\n\n## Getting Started\n\nInstructions on how to get started with the project, including installation, configuration, and running the application.\n\n### Installation\n\nSteps to clone the repository and install dependencies.\n\n### Configuration\n\nGuidelines on setting up environment variables and configuring the application for both development and production environments.\n\n### Running the Application\n\nCommands to start the application and access the server.\n\n## API Documentation\n\nAn overview of the API documentation, including base URLs and available endpoints categorized by functionality.\n\n### Overview\n\nA high-level description of what the API does and who it's for.\n\n### Base URLs\n\nInformation on the base URLs for accessing the API in different environments.\n\n### Available Endpoints\n\nDetailed descriptions of each endpoint, including method, endpoint path, description, request body (if applicable), and expected response.\n\n#### Status\n\nEndpoints related to fetching status information about the system, such as Bitcoin prices and fee rates.\n\n##### Get Current Bitcoin Price\n\nDetails on the endpoint for retrieving the current Bitcoin price.\n\n##### Last 15 Blocks Average Fee Rate\n\nDetails on the endpoint for fetching the average fee rate of the last 15 blocks.\n\n##### Recommended Block Fee Rate\n\nDetails on the endpoint for getting a recommendation for the optimal block fee rate.\n\n##### Split Large UTXO of Admin Wallet\n\nDetails on the endpoint for splitting a large UTXO from the admin wallet.\n\n#### Inscribe\n\nEndpoints for creating new inscriptions, including text, file, and delegate inscriptions, and generating sending ordinals PSBTs.\n\n##### Create New Text Inscription\n\nDetails on the endpoint for creating a new text inscription.\n\n##### Create New File Inscription\n\nDetails on the endpoint for creating a new file inscription.\n\n##### Create New Delegate Inscription\n\nDetails on the endpoint for creating a new delegate inscription.\n\n##### Get New Sending Ordinals PSBT\n\nDetails on the endpoint for generating a new Bitcoin transaction PSBT for sending ordinals.\n\n#### Estimate\n\nEndpoints for estimating the costs associated with creating inscriptions.\n\n##### Estimate Text Inscription\n\nDetails on the endpoint for estimating the cost of creating a text inscription.\n\n##### Estimate File Inscription\n\nDetails on the endpoint for estimating the cost of creating a file inscription.\n\n##### Estimate Delegate Inscription\n\nDetails on the endpoint for estimating the cost of creating a delegate inscription.\n\n## Schema Definitions\n\nDescriptions of the schemas used in the API, including `TextInscription`, `FileInscription`, `DelegateInscription`, and `SendingOrdialBtcPsbt`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filertha%2Fordinal-inscribing-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filertha%2Fordinal-inscribing-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filertha%2Fordinal-inscribing-service/lists"}