Skip to content

qtumproject/bridge-core

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Shell 1.5%
  • Dockerfile 0.3%