larrycameron80 / BEPAsset

BEP Asset Portal is a user interface for Binance Chain to issue, mint, propose, list, and burn BEP2 Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spend BEPAsset

Features:

  • Unlock BNB account with Keystore or Mnemonic.
  • Issue a new token on the Binance network.
  • 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

BEP Asset Portal is a user interface for Binance Chain to issue, mint, propose, list, and burn BEP2 Tokens

License:MIT License


Languages

Language:JavaScript 98.2%Language:CSS 0.7%Language:TSQL 0.6%Language:HTML 0.5%