All Projects → Fantom-foundation → bnbridge.exchange

Fantom-foundation / bnbridge.exchange

Licence: other
https://bnbridge.exchange

Programming Languages

javascript
184084 projects - #8 most used programming language
TSQL
950 projects

Projects that are alternatives of or similar to bnbridge.exchange

cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (+4.65%)
Mutual labels:  erc20, bnb, bep2
binance-chain-kit-ios
Full Binance DEX iOS library (SDK), implemented on Swift.
Stars: ✭ 15 (-65.12%)
Mutual labels:  binance, bnb
tokenbridge
A bidirectional Ethereum / RSK Token Bridge implementation.
Stars: ✭ 85 (+97.67%)
Mutual labels:  bridge, erc20
PancakeSwapBot
PancakeSwap prediction bot
Stars: ✭ 38 (-11.63%)
Mutual labels:  binance, bnb
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (-48.84%)
Mutual labels:  binance, bnb
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (+193.02%)
Mutual labels:  interoperability, erc20
PancakeTokenSniper
BSC BNB Pancake token sniper, buy, take profit and rug check
Stars: ✭ 184 (+327.91%)
Mutual labels:  binance, bnb
starkgate-frontend
Bridge interface allows users to transfer ERC20 tokens from Ethereum to StarkNet and vice versa.
Stars: ✭ 75 (+74.42%)
Mutual labels:  bridge, erc20
hashport-validator
Official repository containing the source code of the Hashport validators
Stars: ✭ 19 (-55.81%)
Mutual labels:  interoperability, bridge
PumpBot
A bot to use in a pump & dump event on Binance.com
Stars: ✭ 185 (+330.23%)
Mutual labels:  binance
binance-profit-calculator
Just some Trade History import tool to see how much profit you made. If you have bags (unsold coins) it tries to take those into account as well.
Stars: ✭ 30 (-30.23%)
Mutual labels:  binance
erc1363-payable-token
Code implementation for the ERC-1363 Payable Token
Stars: ✭ 83 (+93.02%)
Mutual labels:  erc20
price-prediction-bot
🔮 Run backtest over PancakeSwap and CandleGenie Prediction and place realtime bets - Trading Bot
Stars: ✭ 59 (+37.21%)
Mutual labels:  binance
evian
www.balletcrypto.org/
Stars: ✭ 21 (-51.16%)
Mutual labels:  binance
SDN-Datacenter
Making a software defined datacenter. Which includes various virtual networks with mutiple network functions deployed on it. This includes SDN network deployed on real hardware.
Stars: ✭ 28 (-34.88%)
Mutual labels:  bridge
FlexHybridApp-iOS
WebView bridge interface with Promise pattern
Stars: ✭ 17 (-60.47%)
Mutual labels:  bridge
speckle-qgis
QGIS Connector for Speckle 2.0
Stars: ✭ 17 (-60.47%)
Mutual labels:  interoperability
teleirc
Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
Stars: ✭ 112 (+160.47%)
Mutual labels:  bridge
NetteAdapterForSymfonyBundles
[DEPRECATED due to only 20 downloads per 2 years] Read an article about this idea
Stars: ✭ 15 (-65.12%)
Mutual labels:  interoperability
SEPA
Get notifications about changes in your SPARQL endpoint.
Stars: ✭ 21 (-51.16%)
Mutual labels:  interoperability

BNBridge

Features:

  • Issue a new token on the Binance network.
  • Swap a token from ERC20 to BEP2.
  • List newly issued token on Binance DEX.
  • Create a new BNB account.

Repository

./bnbridge

Front end website allowing for BNB to ERC bridge support.

./cli

Binance CLI utility.

./sdk

API used to interact with the CLI utility, Binance javascript SDK and Web3.js to enable BNB to ERC bridge utility.

Installation

git clone the repo

cd ./sdk

npm install
run ./sql/setup.sql to instantiate the DB.
update ./config/index.js with
    - databse connection details.
    - Binance cli path.
    - Binance connection details for mainnet/testnet.
    - Ethereum connection details for mainnet/testnet.
node ./api.bnbridge.exchange.js
or
pm2 start api.bnbridge.exchange.js

cd ../bnbridge

npm install
vi ./src/config.js
Modify config urls that the bnbridge.excahnge API is running at. (http://localhost:8000 by default)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].