Categorygithub.com/stellar-deprecated/bridge-server

# README

bridge-server

This suite consists of the following apps:

More information about each server can be found in corresponding README file.

Downloading the server

Prebuilt binaries of the bridge-server server are available on the releases page.

PlatformBinary file name
Mac OSX 64 bitname-darwin-amd64
Linux 64 bitname-linux-amd64
Windows 64 bitname-windows-amd64.exe

Alternatively, you can build the binary yourself.

Building

gb is used for building and testing.

Given you have a running golang installation, you can build the server with:

gb build

After a successful build, you should find bin/bridge in the project directory.

GUI

To build user interface for the bridge server go to gui folder and run:

gulp build

For development run:

gulp develop

Running tests

gb test

Documentation

godoc -goroot=. -http=:6060

Then simply open:

http://localhost:6060/pkg/github.com/stellar/gateway/

in a browser.

# Packages

No description provided by the author