Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.02 KB

Neutrino Elements

Neutrino + Elements

Description

neutrino-elements uses Compact Block Filter (BIP158) to implement a light client for elements-based networks.

architecture diagram

Two services are provided, they can work independantly:

  • PeersPool maintains a set of peers in order to keep an up-to-date state of the blockchain. It uses the Peer interface to fetch two types of data: block headers and compact filters. Then these data are stored using repositories.
  • UtxoScanner uses filters and headers repositories to handle ScanRequest which aims to know if an outpoint (identified by its script) is spent or not.

Getting Started

TODO

License

MIT - see the LICENSE.md file for details

Acknowledgments