Socket
Book a DemoInstallSign in
Socket

five-bells-pathfind

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

five-bells-pathfind

Basic pathfinding library

latest
Source
npmnpm
Version
5.0.1
Version published
Maintainers
1
Created
Source

Five Bells Pathfind npm circle coveralls

A reference implementation of an Interledger pathfinder

You can see the pathfinder in action as part of the five-bells-demo!

Algorithm

This library includes a network crawler, graph search algorithm implementation and rate quoting client.

The crawler uses APIs on the five-bells-ledger and five-bells-trader to find other nodes in the network based on a given starting point.

This library uses Iterative Deepening Depth-First Search to find the shortest paths from the sending ledger to the receiving ledger.

The rate quoting client requests quotes from the traders involved in a given path starting with the trader closest to the recipient and working backwards.

Browser Support

This library can be compiled with Babel using the command npm run build. The compiled files will be in the babel/ folder.

Keywords

pathfind

FAQs

Package last updated on 05 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts