Skip to content

mousebelt/force-bridge

 
 

Repository files navigation

Force Bridge

integration-ci workflow codecov

This project is still in active development.

A general new designed Force Bridge.

  • It can connect to all chains which support multiple signature account and Non-fungible token transfer. We plan to support EOS, TRON, BTC and Polkadot in the first stage.
  • You have to trust the committee who runs the bridge.

Quick Start

Install Development Tools

# install capsule with cargo
cargo install capsule --git https://github.com/nervosnetwork/capsule.git --tag v0.2.3
# or download the binary and put it in you PATH
# https://github.com/nervosnetwork/capsule/releases/v0.2.3

# run the integration test with docker
make local-ci

# run the bridge server manually
cd offchain-modules
yarn install
cp config.json.example config.json
# edit the config file on your demands
yarn start

Install force-bridge cli

npm i -g @force-bridge/cli

About

General Force Bridge components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.8%
  • Rust 16.0%
  • Solidity 5.0%
  • JavaScript 3.1%
  • Shell 1.6%
  • Dockerfile 0.3%
  • Makefile 0.2%