cd explorer-server && cargo test
Add `chain: "testnet"` to the config.toml file, then `cargo run`. Check the addresses are now displayed using the ectest: prefix. Navigate through the transaction and address pages, and use the search bar to check it works as expected.
Repeat with `chain: "regtest"`.
Try again with a wrong chain name, check that `cargo run` aborts with a meaningful error message.