sentinel icon indicating copy to clipboard operation
sentinel copied to clipboard

Filecoin Network monitoring and analysis tools.

Sentinel

The Sentinel Team provides Filecoin chain monitoring and analysis tools.

Projects

  • Lily: Performs chain data extraction and indexing, exporting to TimescaleDB or CSV.
  • Sentinel-tick: Collects Filecoin pricing and volume information from exchanges and inserts it into Postgres/Timescale DB.
  • Sentinel-locations: Uses Lily-extracted miner data to create a table mapping miner_ids to geographical locations.
  • Filcryo: Create archival-grade snapshots as used by the Sentinel/Data Engineering Team at Protocol Labs for further processing.

Data

  • BigQuery dataset: protocol-labs-data.lily
  • Batch dump data: gs://fil-mainnet-archive
  • Daily archival snapshots: gs://fil-mainnet-archival-snapshots

Communications

Documentation and support

Visit https://lilium.sh for the latest documentation on the software.

  • For questions and support, we are available in the #fil-sentinel on Filecoin's slack (https://filecoin.io/slack/).

To build the documentation site locally, you need:

To run the Hugo server locally:

$ cd docs
$ npm install
$ hugo server

Code of Conduct

Sentinel follows the Filecoin Project Code of Conduct. Before contributing, please acquaint yourself with our social courtesies and expectations.

License

The Filecoin Project and Sentinel projects are dual-licensed under Apache 2.0 and MIT terms:

  • Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)