A Human-Readable UI for Orcfax Oracle Network hosted at explorer.orcfax.io.
Uses the explorer-index to index and sync fact statement, feed, node, source, and archive data for display on the explorer.
Also uses the static-archive-viewer for downloading and viewing fact statement archives offline.
The Orcfax Fact Explorer is a SvelteKit application that provides a human-readable interface for exploring and analyzing data on the Orcfax Oracle Network. It offers a comprehensive view of the Orcfax network's data and operations.
- Fact Statement Explorer: Browse and search through all fact statements with detailed information
- Oracle Feed Charts: Explore all Orcfax feeds with helpful charts and tables
- Network Summary: View real-time statistics including total facts, active feeds, and 24-hour metrics
- Node Details: Monitor node status, locations, and performance
- Source Details: Explore the sources of a fact statement, and see the original data and processing steps used to generate the fact.
- Archive Explorer: Fetch, and explore all fact statement archives stored on the Arweave storage network.
- Offline Archive Viewer: Download and view fact statement archives offline.
-
Clone the repository:
git clone <repository-url> cd explorer.orcfax.io
-
Set up environment variables:
cp .env.example .env # Update the .env file with your configuration
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm run dev -- --open
pnpm run dev
- Start development serverpnpm run build
- Build for productionpnpm run preview
- Preview production buildpnpm run lint
- Run linting checkspnpm run format
- Format code using Prettier
Please read our Security Policy and License before contributing to the project.
If you would like to file a bug report or submit a feature request, please use the GitHub Issues page.
This project is licensed under the terms included in LICENSE.txt.
Copyright © Orcfax Ltd. All rights reserved.