Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 661 Bytes

Qtum Bridge

Welcome to the official repository of the Qtum Cross-Chain Bridge, a solution designed to seamlessly connect the Qtum and Ethereum blockchains. This project fosters interoperability between blockchain networks, enabling users to transfer assets securely and efficiently across different chains.

Deployment

  1. Build the Docker image:
docker build -t qtum-bridge .
  1. Create a config file based on config example

  2. Run the Docker container:

docker run -d -p <your_local_port>:<port_from_config.yaml> -e KV_VIPER_FILE=/config.yaml -v <local_path_to_config.yaml>:/config.yaml qtum-bridge run service