samotari / paynoway

A mobile app for testing payment systems against double-spend attacks.
GNU General Public License v3.0
36 stars 8 forks source link

Investigate if electrs can be used in addition to ElectrumX #38

Closed chill117 closed 3 years ago

chill117 commented 3 years ago

electrs - Electrum Server in Rust

To be suitable as a server for PayNoWay clients, electrs must provide APIs that can be reached either via TCP or WebSocket. In addition, the following information must be retrievable via the API:

chill117 commented 3 years ago

Yes, electrs is a suitable replacement for ElectrumX or Electrum Personal Server. But Electrum Server communication is being removed from the app in favor of web service APIs (mempool, esplora, etc.).