Skip to content

decred/dcrwebapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db79ec4 · Jan 8, 2025
Dec 24, 2024
Jan 8, 2025
Sep 21, 2022
Jul 9, 2023
Dec 24, 2024
Jan 24, 2024
Oct 30, 2020
Sep 10, 2021
Dec 24, 2024
Dec 24, 2024
Jan 24, 2024
Dec 11, 2018
Jul 9, 2023
Jan 8, 2025

Repository files navigation

dcrwebapi

Build Status ISC License

dcrwebapi implements a simple HTTP API which provides summary data about the Decred blockchain and ecosystem. Some data such as a list of Voting Service Providers is hard-coded, and some is collected from external sources such as GitHub and dcrdata.

Voting Service Providers

Data from dcrwebapi is used to populate the VSP list of both decred.org and Decrediton.

To add a new VSP to the API, VSP operators must open a pull request on this respository after following the operator guidelines and coordinating with the Decred community.

API

API calls are documented in api.md.

Docker

To build the image:

docker build -t decred/dcrwebapi .

By default, the container exposes port 80. To run the image:

docker run --rm -d -p [local port]:80 decred/dcrwebapi

License

dcrwebapi is licensed under the copyfree ISC License.