Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 841 Bytes

Loki Binance Bridge

Features:

  • Swap Loki to B-Loki.
  • Swap B-Loki to Loki.
  • See balance of Loki and B-Loki accounts.
  • Process all Loki and B-Loki swaps.
  • Print invalid transactions
Folder Description
api The api server for the bridge. This is also where the swap processing happens
bridge-core Shared code between the api and processing
loki-bridge The front end for the bridge
processing The processing logic for the bridge

Build instructions

Each of the modules are designed so they can be run on different servers. As such all relevant building instructions are placed inside the folders.

Credits

The Loki binance bridge uses parts of the Fantom Foundation bridge which can be found here https://github.com/Fantom-foundation/bnbridge.exchange