Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beldex-coin/beldex-binance-bridge
Beldex Binance Bridge
https://github.com/beldex-coin/beldex-binance-bridge
beldex-binance-bridge binance bridge
Last synced: about 2 months ago
JSON representation
Beldex Binance Bridge
- Host: GitHub
- URL: https://github.com/beldex-coin/beldex-binance-bridge
- Owner: Beldex-Coin
- License: mit
- Created: 2021-05-11T07:22:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T13:03:13.000Z (over 1 year ago)
- Last Synced: 2023-10-19T04:48:33.231Z (over 1 year ago)
- Topics: beldex-binance-bridge, binance, bridge
- Language: JavaScript
- Homepage: https://www.beldex.io
- Size: 51.7 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beldex Binance Bridge
### Features:
- [x] Swap BDX to wBDX.
- [x] Swap wBDX to BDX.
- [x] See balance of BDX and wBDX accounts.
- [x] Process all BDX and wBDX swaps.
- [x] 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` |
| beldex-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 beldex binance bridge uses parts of the Fantom Foundation bridge which can be found here https://github.com/Fantom-foundation/bnbridge.exchange