An open API service indexing awesome lists of open source software.

https://github.com/sadoprotocol/utxo-api

Ordinal aware API wrapper ...
https://github.com/sadoprotocol/utxo-api

Last synced: 3 months ago
JSON representation

Ordinal aware API wrapper ...

Awesome Lists containing this project

README

        

# UTXO API

## Requirement

1. NodeJS
2. MongoDB

## Setup

Set the following

```sh
# Set the environment to proper values
$ cp dotenv .env

# Install dependencies
$ npm install
```

## Usage

```sh
# Start
$ npm start
```

## Available API endpoints

Find it in our [docs](https://github.com/sadoprotocol/utxo-api/tree/main/docs).

## Supported Explorer

- [UTXO Parser](https://github.com/sadoprotocol/utxo-parser)
- [SoChain](https://chain.so)
- [BlockCypher - To Be Deprecated](https://www.blockcypher.com)