Skip to content

State archival and indexer for the Camino network.

License

Notifications You must be signed in to change notification settings

chain4travel/magellan

 
 

Repository files navigation

Magellan

A data processing pipeline for the Camino network.

Features

  • Maintains a persistent log of all consensus events and decisions made on the Camino network.
  • Indexes Exchange (X), Platform (P), and Contract (C) chain transactions.
  • An API allowing easy exploration of the index.

Prerequisite

https://docs.docker.com/engine/install/ubuntu/

https://docs.docker.com/compose/install/

Quick Start with Standalone Mode on Columbus (testnet) network

The easiest way to get started is to try out the standalone mode.

git clone https://github.com/chain4travel/magellan.git $GOPATH/github.com/chain4travel/magellan
cd $GOPATH/github.com/chain4travel/magellan
make dev_env_start
make standalone_run

About

State archival and indexer for the Camino network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Other 1.4%