Fantom-foundation / bnbridge.exchange

https://bnbridge.exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

https://bnbridge.exchange


Languages

Language:JavaScript 97.4%Language:TSQL 1.3%Language:CSS 0.6%Language:HTML 0.6%