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 ...
- Host: GitHub
- URL: https://github.com/sadoprotocol/utxo-api
- Owner: sadoprotocol
- Created: 2023-04-17T05:30:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:12:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T03:30:30.153Z (8 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)