interledger-btp 0.2.2-beta.1

Bilateral Transfer Protocol (BTP) client and server services for Interledger.rs
Documentation

interledger-btp

This crate provides an implementation of Bilateral Transfer Protocol (BTP), an implementation of the data link layer of the Interledger Protocol stack, roughly analogous to Ethernet.

BTP utilizes websockets, which makes it suitable for users who do not have a public internet server. Users who do not need such functionality may prefer the alternative, simpler data link layer protocol provided by the interledger-http crate.