This project is to automatically build conflux core space and eSpace scan, and you can download the static files of the build from the release page
You can download the pre-build assets from release page, scan.zip
is Conflux core space and scan-eth.zip
is Conflux eSpace
Sirius CLI is a command-line tool designed to simplify the setup of the Conflux Scan frontend. It helps you download necessary components and generate the required configuration files.
You can download from release v0.0.3.
Sirius CLI offers two main modes of operation:
This mode is ideal if you are using Sirius for the first time or wish to create a new, customized configuration file. The init
command will guide you through a series of prompts to gather the necessary information.
sirius init
To specify a custom name and path for the generated configuration file:
sirius init -o path/to/your/myConfig.toml
this will create myConfig.toml at the specified location with the settings gathered during the interactive session.
This mode is designed for situations where you already have a configuration file, or you want to use one of the pre-built configurations provided with Sirius.
When you download and unzip Sirius, you will find a collection of pre-built .toml configuration files (e.g., prebuilt-testnet.toml, prebuilt-mainnet.toml). These files are typically located in a configs/ subfolder within the unzipped archive, or directly alongside the sirius executable. They are tailored for common scenarios, such as connecting to the Testnet or Mainnet.
sirius --config ./configs/prebuilt-testnet.toml