A Bridge for transfers of crypto assets between different blockchains It is based on ideas picked from the Xclaim paper.
java -jar algo-bridge.jar
The bridge internally uses a default config file. To override the default config file. Use the System Property configfile. That is:
java -Dconfigfile="path/to/configfile" -jar algo-bridge.jar
Ideally you should supply your own config file using the pattern given here
The following types of blockchains are supported by the bridge:
- Bitcoin based blockchains
- Ethereuem based blockchains
- Waves Blockchain
