xrpl-fetch-unl

1.0.1 • Public • Published

XRPL-Fetch-UNL

Fetch and validate a validator list from a validator list site

Install

npm install xrpl-fetch-unl

Usage:

const xf = require('xrpl-fetch-unl');
xf.fetch_validated_unl('https://vl.xrplf.org').then(unl => 
{
    console.log(unl);

}).catch(e => 
{
    console.log("error", e);

});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i xrpl-fetch-unl

    Weekly Downloads

    2

    Version

    1.0.1

    License

    CC0

    Unpacked Size

    23.5 kB

    Total Files

    3

    Last publish

    Collaborators

    • richardah