Skip to content

web3labs/epirus-substrate

Repository files navigation

Sirato Substrate Explorer

GitHub last commit GitHub repo size

We recently rebranded from Epirus to Sirato

Blockchain explorer for Substrate chains with a focus on the contracts pallet and ink!

Overview

The system presents two main components:

1. Explorer UI

The explorer UI provides a user-friendly application to interact with the Squid Ink GraphQL API.

2. Squid Ink

The Squid transforms data from a Squid Archive, stores it and exposes a GraphQL API for the UI.

Deployment

We are publishing docker images of every service needed to run the full system.

You can find examples of docker compose configurations in the local-testnet folder.

Public Services1

Epirus UI Squid Ink API

  1. We host a public Squid Ink GraphQL endpoint for Rococo Canvas at https://suba.epirus.io/squid/graphql
  2. A development instance of the Explorer UI https://substrate.sirato.xyz/

Code of Conduct

Please read our Code of Conduct as it is our base for interaction.

License

This project is licensed under the Apache LICENSE.

Others

Local Development Network

You can find a repository with a Substrate network configuration and archive node for development at dev-contracts-substrate.

Source Code Verification

We have a source code verification service for ink! contracts in the ink-verifier-server repository. You can also find instructions on how to verify ink! contracts in our tutorial


💫🪐✨💿

Have fun!

Footnotes

  1. Provided "as is" without any availability guarantee.