@ripplex/xrpl-fetch-unl

1.0.2 • 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);

});

Readme

Keywords

Package Sidebar

Install

npm i @ripplex/xrpl-fetch-unl

Weekly Downloads

0

Version

1.0.2

License

CC0

Unpacked Size

23.1 kB

Total Files

3

Last publish

Collaborators

  • justinr1234
  • intelliot