Skip to main content

Proof server

The proof server is a sample Node application server that shows one way the finalized block and action proof objects can be generated and served for consumption by the IBC Bridge contract.

The proof server can be downloaded from its source repository on Github. The repository's README file contains instructions for installation, configuration and operation.

Note that the proof server expects to connect to three other running services:

  • A running lightproof-db instance,
  • An API node for the Antelope blockchain it is providing proofs for, and
  • A provider of block data from the Antelope blockchain it is providing proofs for. Currently, Firehose, SHiP (State History) and Greymass (Nodeos HTTP) are supported.