Skip to content

Installation

Dependencies

  • Subkey: Used for substrate key management. Only required if connecting to a substrate chain.
make install-subkey

Building from Source

To build chainbridge in ./build.

make build

or

Usego install to add chainbridge to your GOBIN.

make install

Docker

The official ChainBridge Docker image can be found here.

To build the Docker image locally run:

docker build -t chainsafe/chainbridge .

To start ChainBridge:

docker run -v $(pwd)/config.json:/config.json chainsafe/chainbridge