Add note about consuming this data using xpop packapge

This commit is contained in:
Wietse Wind
2023-10-08 02:36:25 +02:00
parent bbeaf93fb1
commit fb003fdab5
2 changed files with 13 additions and 0 deletions

View File

@@ -6,6 +6,14 @@ generation. Why? Pretty important: XRPL validation messages are ephemeral, and i
Based on the work by @RichardAH: https://github.com/RichardAH/xpop-generator
## Consuming data from this service
You can easily fetch ready to use xPOP, or even generate them from source data
possibly scattered across instances like this instance using the
[https://www.npmjs.com/package/xpop](https://www.npmjs.com/package/xpop) npm package.
[![npm version](https://badge.fury.io/js/xpop.svg)](https://badge.fury.io/js/xpop)
## Run (Docker)
#### Docker Compose

View File

@@ -17,6 +17,11 @@
and stores & serves the raw data, and generated
<code><a href="https://github.com/XRPLF/XRPL-Standards/discussions/107">xPOP</a></code> blobs.
</div>
<div class="mt-2 alert alert-success">
You can easily fetch ready to use xPOP, or even generate them from source data
possibly scattered across instances like this instance using the
<a href="https://www.npmjs.com/package/xpop"><b><code>xpop</code> npm package</b></a>.
</div>
</div>
<div class="col-12 col-md-8">
<div class="alert alert-warning">