Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

bugbounce/bridge-server

 
 

Repository files navigation

#Additional modifications to the stellar-bridge server.

  • Additionally store memo_id and transaction value for received_payments in the database.
  • Additional http endpoint for retrieving total received value per memo_id.
  • Minor fix in the server middleware to bypass 'apiKey' auth fo GET requests. No prior authorization was implemented for GET.

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.

Platform Binary file name
Mac OSX 64 bit name-darwin-amd64
Linux 64 bit name-linux-amd64
Windows 64 bit name-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.

About

A modification of the stellar-bridge server with additional functionality for memo_id.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.4%
  • JavaScript 4.7%
  • Other 0.9%