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.
- Build the Docker image:
docker build -t qtum-bridge .
-
Create a config file based on config example
-
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