As the name suggests, the bridge server will 'bridge' the operations carried out by the federation server, the compliance server, the Horizon client-server and the Stellar Core. The requestor will submit payment requests to the bridge server and it will interface between these four components to ensure compliance checks are carried out and the transaction is submitted to the blockchain. Follow these steps to set up the bridge server:
- Download the bridge server release from the Stellar website here (https://github.com/stellar-deprecated/bridge-server/releases). Select the binary corresponding to your OS version.
- Extract the binary file and copy the extracted folder. Paste and create two copies of the extracted folder labeled bridgeA and bridgeB.
- Create a file called bridge.cfg inside the extracted folders and open it in a text editor. Configure...